1. Docs
  2. API Reference
  3. IdentityResponseDto

IdentityResponseDto

Example

JSON
{
  "id": "string",
  "email": "string",
  "first_name": "string",
  "last_name": "string",
  "avatar_url": "string",
  "external_id": "string",
  "is_active": false,
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

8 properties 6 required

id string Required
email string Required
first_name string Required
last_name string Required
avatar_url string Optional
nullable
external_id string Optional
nullable
is_active boolean Required
created_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.