users_enable_user
Enables a Remnawave panel user by ID through the API. Requires userId and confirm to apply the enable action; without confirm, returns a preview.
Instructions
POST /api/users/{userId}/actions/enable Enable user Tags: Users Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |