User
Get current user
Return the profile of the currently authenticated user.
get/users/me
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"id": 42,
"created_at": "2026-01-15T09:30:00Z",
"email": "jane.doe@example.com",
"email_confirmed": true,
"pending_email": "jane.new@example.com",
"name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe",
"active": true,
"tenant_id": 1
}