Who can see this space
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
spaceId
Response
The space’s participants.
participants
viewerCanWrite
Errors
404
Not Found Error