Workspace/Role
Cette page n'est pas disponible en français. La version anglaise est affichée.
List users assigned to a custom workspace role
Authorization
BearerAuthObject AuthorizationBearer <token>
In: header
Path Parameters
id*string
Workspace UUID
Format
uuidroleId*string
auth_item.name of the custom role
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/roles/string/users"{ "users": [ { "id": 12, "email": "user@example.com", "fullName": "Jane Doe" } ]}{ "message": { "error": "Your request was made with invalid credentials." }}{ "message": { "error": "You are not allowed to perform this action." }}{ "message": { "error": "Page not found" }}