Only update fields that changed. The SDK update builders and patch objects let you send partial profile updates.
Parameters
Update the current user’s profile
Call the platform update method with only the fields you want to change.Inputs
Platform notes
- iOS and Android update the active user through
client.editUser(...)/AmityCoreClient.editUser(). - TypeScript and Flutter take a
userIdin the update call. In client apps, pass the current user’s ID. - iOS
setAvatar(...)expects uploadedAmityImageData; Androidavatar(...)expects uploadedAmityImage; TypeScript and Flutter use avatar file IDs or custom URLs. - Do not store sensitive personal data in
metadata.
Related topics
Get User Information
Retrieve updated user profiles.
User Identity
Choose stable user IDs and safe social profile fields.