Get the calling user’s profile
Get the calling user’s profile
Returns the calling user’s profile, including identity-provider details, every organisation the user is a member of, and the role in each. Use this to drive an organisation switcher in the operator UI and to populate user-display fields.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The calling user’s profile.
userId
Stable identifier of the calling user.
provider
Identity provider that authenticated the user.
email
Email address from JWT claims.
name
Display name from JWT claims.
picture
Profile picture URL.
organizations
Organisations the user is a member of, with their role in each.