Returns all users of the role with the specified id.
Returns all users of the role with the specified id.
Required Permissions
The user must be an admin or haveworkspace-manage-config:read
permissions.Path parameters
roleId
The id of the role.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
userId
The id of the user to add to the role.
isDeactivated
Whether the user is deactivated in this role.
roleId
The id of the role the user is assigned to.