Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

UserDTO

The user details.

Properties

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?