Controller: Account Management: ReActivateAccount
ReActivateAccount
Only accessible from predefined servers using IP Authentication or with authenticated AMS Token.
Undo the actions of suspend account.
Authentication Methods
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Email* | Email Address | User to reactivate the account for |
Token* | String | AMS security token |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True if success, false if failed |
*required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ReActivateAccount&Email=suspendedaccount@nomadesk.com&Token=f8muiuc79u7kes7fr265t77001'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>