Get the authenticated caller
Returns the current caller as `userId`, `organizationId`, `tenantSlug`, `roles`, and the caller’s own display `name` / `avatarUrl`. Authorization: any authenticated organization member. An `admin` role grants access to organization-administration operations. Use this endpoint to discover the caller’s organization and privileges before calling scoped routes.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The authenticated caller and their organization.
userId
organizationId
tenantSlug
roles
name
avatarUrl