cURL
curl --request GET \ --url https://bots.toolzz.ai/api/v1/workspaces/{workspaceId}/members \ --header 'Authorization: Bearer <token>'
{ "members": [ { "workspaceId": "<string>", "user": [ { "name": "<string>" } ], "role": "<string>" } ] }
Endpoint to list members from a workspace
Show members properties
Show user properties