ConfirmChangeEmailAddress
After starting the change email procedure, the user must confirm the new email address. This is done by this api call.
Input Parameter |
Type |
Description |
ConfirmationID |
String |
Confirmation token |
Password |
String |
Password from the account |
Output Parameter |
Type |
Description |
Success |
Boolean |
If True the password was changed |
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php? Task=ConfirmChangeEmailAddress&Password=mypassword&ConfirmationID= mfltlpgg1fa8cgb920cegbmqc7'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>