Skip to main content
Skip to main content

UpdateUserDTO

The attributes to update in the user.

idstringRequired
The ID 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?