Internal
Who can open this board
GET /boards/{boardId}/members
The effective members: the owner, people the space is shared with (inheritedFrom is the space), and people the board itself was shared with from the editor. To grant access, share the space.
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
boardIdstringpathrequiredResponse
dataMember[]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.
inheritedFromstring | nullThe space id when access comes from the space.
publicLinkbooleanErrors
429
rate_limitedToo many requests.
Was this page helpful?