Function: cmd_remove_admin_users Version: 20.0+
Argument Name |
Type |
Description |
---|---|---|
user |
string |
The user@machine_name the request is coming from. This is used to check if the request has the correct permissions to modify the server. |
remove |
string array |
The list of users to remove from the users that have administrative permissions. |
response
{ "success": false }
Key |
Type |
Description |
---|---|---|
success |
boolean |
True if the admin users were removed. |