Internal: Controller: ConfirmAssignLicense
ConfirmAssignLicense
Confirms assigning a license.
*Note: this also transfers the ownership of the Fileservers
Authentication Methods
- Confirmation link (received after registration)
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
ID* | String | Confirmation ID to accept the license |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True or false |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ConfirmAssignLicense&ConfirmationID=abeb2294-7d6c-f684-8f54-590e63a12259'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>
or
Input Parameter | Type | Description |
---|---|---|
Token | String | AMS Security token |
ID | String | License ID |
Output Parameter | Type | Description |
---|---|---|
Success | Status |
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ConfirmAssignLicense&ID=4545294-7d6c-f622-8f34-590e63a33453'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>