Payload

The payload of this webhook request is an object.
triggerTypeenumOptional
Allowed values: user_account_addeduser_account_updateduser_account_deleted

The type of event that triggered the request

payloadobjectOptional

The fields that define the schema for a given Item are based on the Collection that Item belongs to. Beyond the user defined fields, there are a handful of additional fields that are automatically created for all items

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "payload": {
3 "id": "6287ec36a841b25637c663df",
4 "isEmailVerified": true,
5 "lastUpdated": "2022-05-20T13:46:12Z",
6 "invitedOn": "2022-05-20T13:46:12Z",
7 "createdOn": "2022-05-20T13:46:12Z",
8 "lastLogin": "2022-05-20T13:46:12Z",
9 "status": "verified",
10 "accessGroups": [
11 {
12 "slug": "webflowers",
13 "type": "admin"
14 }
15 ]
16 }
17}