ManageAccount

Gets a logon token that can be used to impersonate the requested account

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
Email* String New Email Address
Output Parameter Type Description
Success Boolean If True the password was changed
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=mfltlpgg1fa8cgb920cegbmqc7&Task=ManageAccount&Email=accounttomanage@example.com'
#RESPONSE
<Response>
    <Status>1</Status>
    <Message></Message>
    <Token>realorgc0vl7jtipak1qra1nc3</Token>
</Response>