GET
/
api
/
v1
/
workspaces
/
{workspaceId}
/
members
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>"
    }
  ]
}

Parameters

workspaceId
string

The unique identifier of the workspace to list members from.

User needs to be authenticated

Response Description

Below you will see the description of the function list members from a workspace.

members
object[]
required

Toolzz Bots information.