Assign a role to a client
PUT/roles/:roleId/clients/:clientId
Assigns a role to a client.
Request
Responses
- 202
- 400
- 403
- 404
- 409
- 500
The role was assigned successfully to the client.
The provided data is not valid.
Forbidden. The request is not allowed.
The role with the given ID was not found.
The role was already assigned to the client with the given ID.
An internal error occurred while processing the request.