Internal
List space members
GET /spaces/{spaceId}/members
Sharing happens on the space. Everyone here can open every board in it with the role shown.
Authorization
AuthorizationstringheaderrequiredBearer <key>. The key needs boards:read scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.
Path parameters
spaceIdstringpathrequiredResponse
dataSpaceMember[]Child attributes
idstringemailstringnamestringroleenum<string>The product's roles. Owner is the workspace that holds the board or space and cannot be granted or transferred. Admin can rename and share, editor can edit, reviewer can view, export and add comment items. There is no viewer role and no pending state. One of owner, admin, editor or reviewer.
hasAccountbooleanFalse for someone invited who has not signed up yet.
invitedbooleanSet on the response to a first add when the invitation mail went out.
Errors
429
rate_limitedToo many requests.
Was this page helpful?