users_extend_user_expiration_date
Extend a Remnawave user's expiration date by a set number of days; expired users reactivate from today, while active users get days added without changing other statuses.
Instructions
POST /api/users/{userId}/actions/extend Extend user expiration date If user status is EXPIRED, the new expiration date is calculated from the current date and the user becomes ACTIVE. If user status is ACTIVE, the given number of days is added to the existing expiration date. DISABLED and LIMITED users will be extended, but their status will not change. Tags: Users Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| userId | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |