Get current user with Organisation + Client memberships
Auth
Get current user with Organisation + Client memberships
Returns the calling Bearer user, their Organisation memberships (sandbox), and their Client memberships (portal). The JWT carries IDs + roles for authorization; this endpoint surfaces names and Live/Sandbox client type for UI rendering.
Authentication. A JWT Bearer token. API keys are not accepted.
GET
Get current user with Organisation + Client memberships
Authorizations
A session JWT obtained via the OAuth flow (POST /auth/codes → POST /auth/exchange). Its claims carry the caller's organisation and/or client scope.