Upon user registration, JSON data will be sent using the PUT method in the body of the request to links that were registered as data recipients in the user_signup event
Data example
{
"id": 99,
"title": "sdbgdasgdasg",
"email": "[email protected]",
"phone": "",
"country": "",
"city": "",
"address": "",
"registered": "2016-12-05 15:46:23"
"newsletter_subscription": 1
}
Field description (similar to Export of active users function)
<aside> ℹ️ Important
When a user registers via the registration form or social networks, some fields may not be filled in.
To download updated users data, use the Export of active users function
</aside>