v6

latestOpenAPI 3.1.02026-07-311856741.1 MB

member.updated

Sent when a member is updated.

This event is triggered when member details are updated, such as their name or role within the customer.

Discord & Slack support: Basic

postWebhookmember.updated

Payload

type'member.updated' required
timestampstring date-time required

Example payload

{
  "type": "member.updated",
  "data": {
    "email": "member@example.com",
    "name": "Jane Doe",
    "external_id": "usr_1337"
  }
}

Response

Successful Response

{"stackTrail":"webhooks:member.updated:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}