Registrations
An event sent on successful registrations
Message Properties
key
value
type
USER_CREATE_V2
This message needs to be published upon registration. Try to push it as close as possible to the registration taking place in the platform for the best experience.
When we receive the message on the integration platform, it will fetch user details by calling the Operator API and then update user details.
{
"user_id": "7865312321",
"note": "Any note",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36",
"ip_address": "1.1.1.1",
"timestamp": "2015-03-02T8:27:58.721607Z",
"origin": "sub.example.com"
}
Required properties are marked with *
Key
Example Value
Description
user_id *
"7865312321"
The unique id of the user
note
"Any note"
Notes
user_agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36"
The client that is used in registration
ip_address
"1.1.1.1"
IP Address
timestamp *
"2015-03-02T8:27:58.721607Z"
Timestamp of registration in
origin *
"sub.example.com"
The of the user
Last updated
Was this helpful?