DeveloperAPI ReferenceAdminGroups
/api/admin/groups
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/admin/groups" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"group": {
"id": "string",
"name": "string",
"libraryAccess": [
{
"libraryId": "string",
"maxRating": "string"
}
],
"settings": {
"property1": null,
"property2": null
},
"memberCount": 0,
"createdAt": "string",
"updatedAt": "string",
"memberIds": [
"string"
]
}
}