user_email_post
Verify a user's email address in the SHM billing panel by sending a POST request to /user/email. Requires confirm:true for write operations and accepts an optional user_id.
Instructions
POST /user/email Верифицировать email пользователя Тег: Пользователи Спека: user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Тело запроса (application/json) | |
| confirm | No | Явное подтверждение выполнения не-GET операции. Без confirm:true в режиме rw возвращается превью запроса. | |
| user_id | No | admin acts on behalf of this user |