Skip to main content
GET
Return the identity of the currently authenticated user.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Identity of the API key's authenticated user.

Use the returned UUIDs when calling other endpoints that require explicit identity parameters (e.g. person_uuid for activity history). Returns null fields when the key is tenant-scoped with no user context.

company_uuid
string | null
required
email
string | null
required
name
string | null
required
person_uuid
string | null
required
tenant_key
string | null
required
tenant_uuid
string | null
required
user_uuid
string | null
required