Assign roles to a member
Assign roles to a member
Assign roles to a member specified by ID for this Organization.
POST
Assign roles to a member
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The user ID.
Pattern:
^(?=.{1,1024}$).+\|.+$Body
application/json
Required array length:
1 - 10 elementsThe ID of a role that can be assigned to a member of an organization.
Pattern:
^rol_[A-Za-z0-9]{16}$Response
Role(s) successfully assigned to member.