Endpoint to list members from a workspace
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>" } ] }
The unique identifier of the workspace to list members from.
Below you will see the description of the function list members from a workspace.
Toolzz Bots information.
Show members properties
The worksapce unique identifier to get members.
The user data.
Show user properties
User name
User email.
User image.
Member role.