Adds the user to the Role with the specified id.
Adds the user to the Role with the specified id.
Required Permissions
The user must be an admin or haveworkspace-manage-config:write
permissions.Path parameters
roleId
The id of the role.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
userId
The id of the user to add to the role.
Response
OK