users_bulk_actions_bulk_all_extend_expiration_date
Extend the expiration date for all users by a specified number of days, without updating each account individually. Requires confirmation before applying the bulk change.
Instructions
POST /api/users/bulk/all/extend-expiration-date Extend expiration date for all users by days Tags: Users Bulk Actions Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |