UpdateUserDTO
The attributes to update in the user.
id
stringRequiredThe ID of the user.
first_name
null | stringThe first name of the user.
last_name
null | stringThe last name of the user.
avatar_url
null | stringThe avatar URL of the user.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?