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:
contact.addresses
, call Delete Member Addresses.contact.emails
, call Delete Member Emails.contact.phones
, call Delete Member Phones.There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.