Create a personal user group
POST/v1/user-groups
Create a personal user group. The operation is limited to groups owned by the authenticated actor.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 500
Returns the newly created user group representation.
The request is malformed or violates the documented input constraints.
Authentication failed because the required credential is missing, invalid, expired or no longer active.
The actor does not own the selected user group.
The operation conflicts with the current resource version, uniqueness rule or idempotency record.
An unexpected internal error occurred.