User Updated
The user.updated
event is triggered when an existing user’s information is modified in the system.
Event Properties
Property | Type | Description |
---|---|---|
id | string | Unique identifier for the user (UUID) |
string | Email address of the user | |
name | string | Full name of the user |
phone_number | string | Phone number of the user |
created_at | string | Timestamp when the user was created (ISO 8601 format, e.g. “2023-12-04T18:45:44+08:00” or “2023-12-04T10:45:44Z”) |
updated_at | string | Timestamp when the user was last updated (ISO 8601 format) |
third_party_id | string or null | Third-party system identifier for the user (if applicable) |