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
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>"
}Was this page helpful?