Activate Subscriber
Reactivates a previously deactivated subscriber on a plan, setting their status directly to active. From then on they are billed again on each renewal cycle.
Calling activate on a subscriber who is already active has no effect.
POST
/api/subscriptions/%plan_id%/users/%user_id%/activateAuth: RequiredResponse
Returns the updated subscriber record:
idstringSubscriber identifier.
emailstringSubscriber's email.
statusstringNew status — active after a successful activation.
subscribedDatestringDate the subscriber was attached to the plan.
renewalDatestringNext renewal date.
revenueAmountstringTotal revenue from this subscriber.
revenueAssetstringCurrency of revenueAmount.
createdAtstringRecord creation timestamp.
updatedAtstringLast update timestamp.