users_create_user
Create a new user account in the Remnawave panel. Provide username and expiration date, plus optional email, status, protocol passwords, traffic limits and squad assignments.
Instructions
POST /api/users Create a new user Tags: Users Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |