Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Bearer token authentication
List of workspace members
Was this page helpful?