List workspace members
Explicit members only — org Admins (implicit admins everywhere) and default-workspace implicit access are not materialized here. **Required scope:** `workspaces:read`
Authorization
BearerAuth Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Path Parameters
uuiduuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/members"[ { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "email": "string", "role": "admin", "addedAt": "string" }]{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}Archive a workspace
Archival is permanent and revokes every API key bound to the workspace. The default workspace cannot be archived. **Required scope:** `workspaces:write`
Add or update a workspace member
The user must already be a member of the organisation. Re-adding an existing member updates their workspace role. **Required scope:** `workspaces:write`