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>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

Success

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