cURL
curl --request GET \ --url https://release0.com/api/v1/workspaces/{workspaceId}/members \ --header 'Authorization: Bearer <token>'
{ "members": [ { "workspaceId": "<string>", "user": { "name": "<string>", "email": "<string>", "image": "<string>" }, "role": "ADMIN" } ] }
API endpoint to retrieve a list of all members in a specific workspace with their roles and permissions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
🚀 Where to find my workspace ID? 🚀 Where to find my workspace ID?
Successful response
Show child attributes
ADMIN
MEMBER
GUEST