При регистрации пользователя по ссылкам которые были зарегистрированы как получатели данных при событии user_signup будут отправляться JSON данные методом PUT в теле запроса
Пример данных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:
Code Block | ||||
---|---|---|---|---|
| ||||
{ "id": 99, "title": "sdbgdasgdasg", "email": "dasgdsga@zz.cc", "phone": "", "country": "", "city": "", "address": "", "registered": "2016-12-05 15:46:23" } |
Описание полей (аналогично функции Field description (similar to users/export function)
id - Идентификатор пользователяuser ID
- title - ФИО пользователя user full name
- email - Email пользователя user email
- phone - Номер телефона пользователя user phone number
- country - Страна пользователя (указывается только если включен выбор странuser country (only if country selection is enabled)
- city - Город пользователяuser city
- address - Адрес пользователяuser address
- registered - Дата регистрации пользователяdate of user registration
Info | ||||
---|---|---|---|---|
|
| |||
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 users/export function |