Skip to main content

List members in workspace

List members in workspace

Path Parameters
workspaceId string REQUIRED
Responses
200

Successful response

Schema
members object[]
workspaceId string
user object
name string
email string
image string
role string

Possible values: [ADMIN, MEMBER, GUEST]

default

Error response

Schema
message string
code string
issues object[]
message string
workspace-listMembersInWorkspace
GET /workspaces/:workspaceId/members
workspaceId — path
https://app.typebot.io/api/v1
curl -L 'https://app.typebot.io/api/v1/workspaces/:workspaceId/members' \
-H 'Accept: application/json'