Account Updated

Payload

The payload of this webhook request is an object.
triggerType"user_account_added"OptionalDefaults to user_account_added
payloadobjectOptional

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "triggerType": "user_account_updated",
3 "payload": {
4 "id": "6287ec36a841b25637c663df",
5 "isEmailVerified": false,
6 "lastUpdated": "2022-05-20T13:46:12.093Z",
7 "createdOn": "2022-05-20T13:46:12.093Z",
8 "accessGroups": [
9 {
10 "slug": "webflowers",
11 "type": "admin"
12 }
13 ],
14 "data": {
15 "accept-communications": false,
16 "email": "arthur.dent@heartofgold.ship",
17 "name": "Arthur Dent",
18 "accept-privacy": false
19 }
20 }
21}