Function: cmd_retrv_admin_info 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 access this information. |
response
{ "users": [""], "write_access": false }
Key |
Type |
Description |
---|---|---|
users |
string array |
The list of users that have administrative permission. |
write_access |
boolean |
True if the user that requested this information has administrative permission. |