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>"
}
]Get all members of a workspace
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>"
}
]Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?