Update an organization license
Updates the specified organization license by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/organizations/{organizationId}/licenses/{id}
JWT
organization:license:update
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path | |
| id* | string | path | Unique identifier for the organization license. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| userGroupIds* | array | List of unique identifiers for the user groups. | items: string |
Request Example
Responses
200
400
401
403
404
429
500