AttachAdminRole
Attaches the admin role(s) to the already existing admin(s).
Example request: Bind the all admin users with the admin roles 1, 2 and 3.
Authentication
Query parameters
The admin user ID list separated by semicolons (;). Use the ‘all’ value to select all admin users. Required unless required_admin_user_name is provided.
The admin user name to bind. Required unless required_admin_user_id is provided.
The role(s) name(s) created via Managing Admin Roles methods. The admin role name to attach. Required unless admin_role_id is provided.
The merge mode. The following values are possible: add, del, set