Assign Role to User
POST/users/:user_id/roles
Assign the role given by role_id in the request body to the user identified by the user_id path parameter. The operation is idempotent and responds 404 when the user or role does not exist in the caller's tenant.
Request
Responses
- 201
- 422
Successful Response
Validation Error