The information about the user account that was updated
Trigger Type
memberships_user_account_updated
Properties
Field | Type | Description |
---|---|---|
_id | string | Unique identifier for the User |
createdOn | string | The timestamp the user was created |
updatedOn | string | The timestamp the user was updated |
invitedOn | string | The timestamp the user was invited |
lastLogin | string | The timestamp the user was logged in |
emailVerified | boolean | Shows whether the user has verified their email address |
status | string | The status of the user |
data | object | An object containing the User's basic info and custom fields |
Example
{
"_id": "6287ec36a841b25637c663df",
"createdOn": "2022-05-20T13:46:12.093Z",
"updatedOn": "2022-05-20T13:46:12.093Z",
"emailVerified": true,
"status": "verified",
"data": {
"accept-privacy": false,
"accept-communications": false,
"email": "[email protected]",
"name": "Some One"
}
}