v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Organizations

Assign roles to organization user members

Assign roles to user members of the specified organization.

post/api/organizations/{id}/users/roles

Path parameters

idstring required

The unique identifier of the organization.

Request body

userIdsstring[] required

An array of user IDs to assign roles.

organizationRoleIdsstring[] required

An array of organization role IDs to assign. User existed roles assignment will be ignored.

Response

Roles were assigned to organization users successfully.