Skip to main content
GET
/
workspace
/
{workspaceId}
/
members
Get Workspace Members
curl --request GET \
  --url https://cloud.kaneo.app/api/workspace/{workspaceId}/members \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "email": "<string>",
    "image": "<string>",
    "role": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

workspaceId
string
required

Response

200 - application/json

List of workspace members

id
string
required
name
string
required
email
string
required
image
string | null
required
role
string
required