AddAdminRole
Adds a new admin role.
Example request: Add a new admin role with the GetAccountInfo and GetCallHistory permissions.
Authentication
Query parameters
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 new role automatically copies all permissions (allowed_entries and denied_entries)
The admin role name that can be used instead of like_admin_role_id. The name specifies a role from which the new role automatically copies all permissions (allowed_entries and denied_entries)
The list of allowed access entries separated by semicolons (;) (the API function names)
The list of denied access entries separated by semicolons (;) (the API function names)