Function: cmd_add_admin_user 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. |
add |
string |
The user to add to the list of users that have administrative permissions. |
response
{ "success": false }
Key |
Type |
Description |
---|---|---|
success |
boolean |
True if the user was successfully added. |