Assign an organization role to a user
PUT/api/v1/organizations/:organizationId/roles/:role
Assign an organization role to a user. If the user already has another role for the same organization, it will be replaced with the new one.
Request
Responses
- 204
- 401
- 404
Successfully added the role to the user.
Response Headers
Invalid Token
Response Headers
Organization or role not found.