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/auth/organization/get-active-member \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "userId": "<string>", "organizationId": "<string>", "role": "<string>" }
Get the member details of the active organization
Bearer token authentication
Success
Was this page helpful?