SetAdminRoleInfo
Edits the specified admin role.
Example request: Allow the all permissions except the DelUser and DelApplication.
Authentication
Query parameters
The admin role to edit. Required unless admin_role_name is provided.
The admin role to edit. Required unless admin_role_id is provided.
The modification mode of the permission lists (allowed_entries and denied_entries). The following values are possible: add, del, set
The list of allowed access entry changes separated by semicolons (;) (the API function names)
The list of denied access entry changes separated by semicolons (;) (the API function names)
The admin role ID list separated by semicolons (;). Use the ‘all’ value to select all admin roles. The list specifies the roles from which the allowed_entries and denied_entries are merged
The admin role name, can be used instead of like_admin_role_id. The name specifies a role from which the allowed_entries and denied_entries are merged