1. Docs
  2. API Reference
  3. AuthProfileDto

AuthProfileDto

Example

JSON
{
  "id": "string",
  "email": "string",
  "first_name": "string",
  "last_name": "string",
  "avatar_url": "string",
  "pending_email": "string",
  "email_verified": false,
  "created_at": "2026-04-20T12:00:00.000Z",
  "account_role": "owner"
}

Properties

9 properties 6 required

id string Required
email string Required
first_name string Required
last_name string Required
avatar_url string Optional
nullable
pending_email string Optional

New email address awaiting confirmation from its inbox, or null when no change is pending.

nullable
email_verified boolean Required
created_at string Required
format: date-time
account_role enum Optional
Enumowneradminmembernullable
Was this page helpful?

Tell us how we can improve this guide.