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

CreateUserDTO

The user to be created.

Properties

emailstringRequired
The email of the user.
first_namenull | string
The first name of the user.
last_namenull | string
The last name of the user.
avatar_urlnull | string
The avatar URL of the user.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?