UpdateAuthUserDTO
The attributes to update in the auth user.
id
stringRequiredThe ID of the auth user.
provider_metadata
Record<string, unknown>Holds custom data related to the provider in key-value pairs.
user_metadata
Record<string, unknown>Holds custom data related to the user in key-value pairs.
app_metadata
Record<string, unknown>Holds custom data related to the third-party app in key-value pairs.
Was this section helpful?