- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UserDTO
The user details.
id
stringThe ID of the user.
email
stringThe email of the user.
first_name
null | stringThe first name of the user.
last_name
null | stringThe last name of the user.
avatar_url
null | stringThe avatar URL of the user.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
created_at
DateThe creation date of the user.
updated_at
DateThe updated date of the user.
deleted_at
null | DateThe deletion date of the user.
Was this page helpful?