Member Details Updated

Event name memberDetails_updated<br><br> This webhook is triggered when a watched field or custom attribute is changed on a member. The payload contains only the memberId identifier. Use the <a href="/apis/api-reference/memberships/service-membership/get-members">Get Member</a> endpoint with the memberId to retrieve the full current state of the member.<br><br> Watched fields: memberNumber, firstName, middleName, lastName, address, postCode, city, country, email, phoneNo, gender, birthday, newsletter, blocked, attributes.<br><br> Note: Multiple webhooks may be fired for a single edit session (e.g. when several fields are changed at once on a page). Subscribers should maintain a queue of modified member IDs and deduplicate by fetching the latest state once, rather than processing each webhook individually.

postWebhookmember-details-updated

Headers

x-api-versionstring date

Used for API versioning. More details.

Payload

TypesCompositeMemberDetailsUpdatedEvent required— unresolved $ref

Response

Webhook received successfully

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.