Skip to main content
Skip to main content

UserDTO

The user details.

idstringRequired
The ID of the user.
emailstringRequired
The email of the user.
first_namenull | stringRequired
The first name of the user.
last_namenull | stringRequired
The last name of the user.
avatar_urlnull | stringRequired
The avatar URL of the user.
metadatanull | Record<string, unknown>Required
Holds custom data in key-value pairs.
created_atDateRequired
The creation date of the user.
updated_atDateRequired
The updated date of the user.
deleted_atnull | DateRequired
The deletion date of the user.
Was this section helpful?