Update an organization user group
Updates the specified organization user group by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/organizations/{organizationId}/user-groups/{id}
JWT
organization:userGroup:update
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path | |
| id* | string | path | Unique identifier for the organization user group. |
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
200
400
401
403
404
429
500