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

UpdateAuthUserDTO

The attributes to update in the auth user.

Properties

idstringRequired
The ID of the auth user.
provider_metadataRecord<string, unknown>
Holds custom data related to the provider in key-value pairs.
user_metadataRecord<string, unknown>
Holds custom data related to the user in key-value pairs.
app_metadataRecord<string, unknown>
Holds custom data related to the third-party app in key-value pairs.
Was this section helpful?