User Created
The user.created
event is triggered when a new user is created 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) |