GET
/
v1
/
workspaces
/
{workspaceId}
/
members
curl --request GET \
  --url https://app.typebot.io/api/v1/workspaces/{workspaceId}/members \
  --header 'Authorization: Bearer <token>'
{
  "members": [
    {
      "workspaceId": "<string>",
      "user": {
        "name": "<string>",
        "email": "<string>",
        "image": "<string>"
      },
      "role": "ADMIN"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Response

200 - application/json
members
object[]
required