Return the identity of the currently authenticated user.
Users
Get current user
Designed for MCP and AI agent clients that need to resolve “me”, “my”, or “I” into concrete UUIDs before calling other endpoints (e.g. fetching activity history or relationship data for the current user).
Returns null fields when the API key is tenant-scoped with no user context.
GET
Return the identity of the currently authenticated user.
Authorizations
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.