Create an organization user group
Creates a new organization user group.
POST/v3/organizations/{organizationId}/user-groups
JWT
organization:userGroup:create
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the user group. | min: 1, max: 256 |
| description | string | Description for the user group. | min: 0, max: 256 |
Request Example
Responses
201
400
401
403
404
409
429
500