RequestMamangeAccount
Sends an email to the account so the person can enable account impersonation
Authentication Methods
- 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=RequestManageAccount&Email=accounttomanage@example.com'
#RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>