CreateUserDTO
The user to be created.
email
stringThe email of the user.
first_name
null | stringOptionalThe first name of the user.
last_name
null | stringOptionalThe last name of the user.
avatar_url
null | stringOptionalThe avatar URL of the user.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?