UpdateParams
Parameters for updating a user's profile information.
All fields are optional - only provide the fields you want to update. Null values will be ignored and the existing values will be preserved.
Properties
The ID for the EmailAddress to be set as primary.
The ID for the PhoneNumber to be set as primary.
Private metadata. Never settable from the Frontend API — modifications must be made via the Backend API.
The ID for the image to be set as profile image.
Public metadata. Never settable from the Frontend API — modifications must be made via the Backend API.
JSON string containing unsafe metadata to update. Passing this here is deprecated: the SDK now routes it through updateMetadata under the hood. Migrate calls to User.updateMetadata for clearer intent and direct access to deep-merge semantics.