Controller: Admin Account Management: RemoveAccountFromGroup
RemoveAccountFromGroup
Removes an account from an AMS group
Note that the account will lose access to all commands from that group
Authentication Methods
- With AMS email and password
| Input Parameter | Type | Description |
|---|---|---|
| Token* | String | |
| Email* | String | |
| Name* | String |
| Output Parameter | Type | Description |
|---|---|---|
| Success | Boolean |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=RemoveAccountFromGroup&Name=mygroupname&UserName=test001@example.com'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>