ConfirmAccount
You can confirm the account with the following methods.
Authentication Methods
- With AMS username and password
- Confirmation link (received after registration)
Input Parameter |
Type |
Description |
ConfirmationID |
String |
Security token |
Password |
Password |
Password for the account |
Output Parameter |
Type |
Description |
Success |
Status |
|
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ConfirmAccount&ConfirmationID=31d3a45d-efa4-a17f-5658-0110c86be533&Password=password'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>
or
Input Parameter |
Type |
Description |
Token |
String |
AMS Security token |
Email |
Password |
Email for the account to confirm |
Output Parameter |
Type |
Description |
Success |
Status |
|
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ConfirmAccount&Token=sdjlfhskdjfh43fsjfhkj&Email=account@nomadesk.com'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>