This API call is used to deactivate a user for an account.
| Required Information | |
|---|---|
| Name | Description |
| action | adminusers |
| operation | delete |
| format | xml |
| duserid | The id of the user to deactivate. |
Example Request
https://omi.zonarsystems.net/interface.php?customer=zzo2544&username=zonar&password=secret.pw.2019&action=adminusers&operation=delete&format=xml&duserid=123
Example Reply
<success ver="1">
<action>adminusers</action>
<message_id>123</message_id>
</success>