PATCH

Update Member


Updates a member's properties.

Members are typically associated with a contact, each having a distinct member ID and contact ID. When specifying the ID as a parameter, don't presume the IDs are identical since they represent separate entities.

privacyStatus can't be updated with Update Member. A member can call Leave Community or Join Community to update their privacyStatus.

To clear a field's value, set an empty value with an empty string "".

Note that updating the contact.addresses, contact.emails, or contact.phones array overwrites the entire array, so any existing values you want to retain should be specified in the Update Member call along with the new values to add. However, passing an empty array will have no effect and the following methods must be called to clear all the data from these respective arrays:

  • To clear contact.addresses, call Delete Member Addresses.
  • To clear contact.emails, call Delete Member Emails.
  • To clear contact.phones, call Delete Member Phones.
Permissions
Manage Blog
Manage Bookings Services and Settings
Manage Challenges
Access Verticals by Automations
Set Up Automations
Manage Members
Manage Events
Manage Portfolio
Manage Restaurants - all permissions
Manage Stores
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/members/v1/members/{member.id}

Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?