Change the status of a subscription from suspended to active. Child subscriptions are also moved to active state.
Any subscribers who have a seat entitled to the subscription are moved from suspended to active state. If the subscription is a pooled child subscription, the parent subscription is also moved to active state.
The API caller must have the VSR role to run the API.
Table 1. API details
| Method | Resource address | Operation header |
| POST | /resource/subscription/<id> | x-operation: unsuspendSubscription |
URL parameters
Provide the following parameter.
Table 2. Parameters
| Parameter | Required | Description |
| id | Yes | The ID of the subscription that is being unsuspended. |
Output
To verify that the subscription is unsuspended, see the
Get subscription by ID topic for details about performing a GET operation.
For a list of common HTTP status codes that are returned for API calls, see
HTTP status codes.
Parent topic: Subscription management services