Who can see this space

View as Markdown
Lists the people who can read the space, each marked `canWrite` (they hold `space:contribute`) with a display `role`, plus `viewerCanWrite` and `viewerCanShare` for the caller. Access inherited through a team is listed as the individual members who hold it. Authorization: requires `space:read`; a caller lacking it gets 404, so existence is never leaked. A desk (`me:…`) answers with its owner alone — who may always share their own thread — and is 404 for anyone else.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired

Response

The space’s participants.

participantslist of objects
viewerCanWriteboolean
viewerCanShareboolean

Errors

404
Not Found Error