v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Organizations

Update roles for a user in an organization

Update roles assigned to a user in the specified organization with the provided data.

put/api/organizations/{id}/users/{userId}/roles

Path parameters

idstring required

The unique identifier of the organization.

userIdstring required

The unique identifier of the user.

Request body

organizationRoleIdsstring[]

An array of organization role IDs to update for the user.

organizationRoleNamesstring[]

An array of organization role names to update for the user.

Response

Roles were updated for the user successfully.