Adds a group
Adds a group
application/json
Request Body required
The following is required:(name).
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
description string nullable
id string nullable
name string nullable
userIds string[] nullable
Responses
- 200
- 401
- 403
- 404
The added group.
application/json
Schema
Example (from schema)
Schema
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
description string nullable
id string nullable
name string nullable
userIds string[] nullable
{
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.906Z",
"customerId": "string",
"description": "string",
"id": "string",
"name": "string",
"userIds": [
"string"
]
}
Unauthorized
Access denied
Not found
Loading...