Get current authenticated user info.
Requires valid access token. Does not require tenant_id — auth endpoints identify the user before workspace context is established.
Response Body
application/json
curl -X GET "https://example.com/auth/me"{
"id": "string",
"email": "string",
"full_name": "string",
"tenant_id": "string",
"subscription_tier": "free",
"is_active": true,
"is_verified": true,
"created_at": "2019-08-24T14:15:22Z",
"roles": [
"string"
],
"default_team_id": "string"
}