Get the authenticated caller

View as Markdown
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.
userIdstring
organizationIdstring
tenantSlugstring
roleslist of strings
namestringOptional
avatarUrlstringOptional