API Reference
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/workspace/members"{ "members": [ { "userId": "string", "email": "string", "displayName": "string", "role": "string", "joinedAt": "string" } ], "count": 0}