List users who have access to workspace
Coming soon: We are re-working our permissions model and adding RBAC on top of the current ABAC models. New model properties will be reflected here as we introduce new properties.
Path Parameters
- id cuid required
Workspace ID
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
- total integer
data object
firstName stringlastName stringemail emailaccess stringid cuidimage urlbio stringorganisationID cuidorganisationRoleID stringname string
{
"total": 0,
"data": {
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"access": "string",
"id": "string",
"image": "string",
"bio": "string",
"organisationID": "string",
"organisationRoleID": "string",
"name": "string"
}
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
- code string
- message string
{
"code": "string",
"message": "string"
}
Loading...