user.created event is triggered when a new user signs up to your customer portal.
Event Object
user.created
Event Data Object
The corresponding event data object as described below.
Data Object
string
The unique identifier for the user.
string
The email address of the user.
string | null
The name of the user. Can be null.
string
The date and time when the user was created.
boolean
Indicates whether the user’s email is verified.