Controller: License Management: SetLicenseActivationStatus
SetLicenseActivationStatus
Sets the status of 1or more licenses
Setting a license to Inactive starts the grace period.
Authentication Methods
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | Security token |
ID* | String[] | ID(s) of the license(s) to update |
Status* | LicenseStatus | Active or Inactive |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True or false |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=SetLicenseActivationStatus&Token=ne8qsf1uq2h9b7prspb7r93oi0&ID[]=ad978144-433b-ae5f-9796-f9b6bed93a89&Status=Inactive'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>