Get the authenticated caller

View as Markdown

Returns the current caller as userId, organizationId, tenantSlug, and roles. 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