Account Updated

Information about an updated user account

Payload

The payload of this webhook request is an object.
triggerTypeenumOptional
Allowed values: user_account_updated
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": "2016-10-24T19:41:29.156Z",
7 "invitedOn": "2016-10-24T19:41:29.156Z",
8 "createdOn": "2016-10-24T19:41:29.156Z",
9 "lastLogin": "2016-10-24T19:41:29.156Z",
10 "status": "invited",
11 "accessGroups": [
12 {
13 "slug": "webflowers",
14 "type": "admin"
15 },
16 {
17 "slug": "platinum",
18 "type": "ecommerce"
19 }
20 ],
21 "data": {
22 "accept-privacy-policy": true,
23 "accept-communications": true,
24 "email": "arthur.dent@heartofgold.ship",
25 "name": "Arthur Dent"
26 }
27 }
28}
Built with