Go
Assign users to a role
Assign one or more users to an existing user role. To learn more, review Role-Based Access Control.
Note: New roles cannot be created through this action.
POST
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the role to assign users to.
Body
user_id's of the users to assign the role to.
Response
Role users successfully updated.