List board members
Regional
us.api.brault.app— follows the region selector in the top barUser ids only: everyone with an explicit grant plus everyone whose brandspace role carries boards.manage_all. Resolve a name or email with GET /v1/members/{userId} (members:read). Single page.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
boardId*string
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/boards/string/members"{ "object": "list", "has_more": true, "next_cursor": "string", "data": [ { "object": "board_member", "user_id": "string" } ]}