Skip to main content
GET
/
auth
/
organization
/
get-active-member
Get Organization Active Member
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>"
}

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.

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

Success

id
string
required
userId
string
required
organizationId
string
required
role
string
required