v6
latestOpenAPI 3.1.02026-07-311856741.1 MBmember.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
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"}