ConfirmManageAccount

Confirm that we can impersonate the account

Authentication Methods


  1. Confirmation link (received after RequestManageAccount api call)
Input Parameter Type Description
ConfirmationID String Security token
Output Parameter Type Description
Success Status
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ConfirmManageAccount&ConfirmationID=31d3a45d-efa4-a17f-5658-0110c86be533'
RESPONSE

<Response>
    <Status>1</Status>
    <Message>Success</Message>
</Response>