> For the complete documentation index, see [llms.txt](https://manual.boxexchanger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.boxexchanger.net/dlya-razrabotchikov/webhook-uvedomleniya-url/registraciya-polzovatelya.md).

# Регистрация пользователя

Пример уведомления вашего URL:&#x20;

```
{
  notifyType: "newUser",
  user: {
    _id: "63a378b81667e17f4f61d5b1",
    uid: 123,
    email: "email@domain.com",
    first_name: "Name",
    last_name: "Surname",
    partner: "63a378b81667e17f4f61d5b2",
    ip: "127.0.0.1",
  }
}
```
