users_extend_expiration
Extend a user's subscription by a specified number of days. Expired users become active with the new period starting now; active users simply gain additional days.
Instructions
Extend user subscription by N days (expired users become ACTIVE with +N days from now; active users get +N days added)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | Number of days to extend | |
| userId | Yes | User numeric ID |