Get member info

Get a list of all organizations that the user is a member and their roles in those organizations. Similar idea to /userinfo in OIDC.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

realmstringRequired

Response

success
namestring or null
displayNamestring or null
urlstring or null
attributesmap from strings to lists of strings or null
roleslist of strings or null