Controller: Account Management: Logout
LogOut
Authentication Methods
- With a username and password
- With AMS username and password
| Input Parameter | Type | Description |
|---|---|---|
| Token* | String | Security token |
| Output Parameter | Type | Description |
|---|---|---|
| StatusCode | StatusCode | 1 for success, else error |
*=required
EXAMPLES
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=LogOut'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>