v1
latestOpenAPI 3.1.02026-07-24331755.4 KBOrganization
Get current Organization Member
Gets current Organization Member
get/organizations/members/me
Response
Successful operation.
Example response
{
"ok": true,
"result": {
"userId": "samlp|saml-connection-name|user-identifier",
"familyName": "Doe",
"givenName": "John",
"picture": "https://some.url.com/picture.jpg"
}
}