BindUserToQueue
Bind/unbind users to/from the specified ACD queues. Note that users and queues should be already bound to the same application.
Allowed roles: Owner, Admin, Developer, User manager.
Example request: Bind three users to one queue.
Authentication
Query parameters
The application ID. Required unless application_name is provided.
The application name. Required unless application_id is provided.
The user ID list separated by semicolons (;). Use the ‘all’ value to specify all users bound to the application. Required unless user_name is provided.
The user name list separated by semicolons (;). Required unless user_id is provided.
The ACD queue ID list separated by semicolons (;). Use the ‘all’ value to specify all queues bound to the application. Required unless acd_queue_name is provided.
The queue name. The queue name list separated by semicolons (;). Required unless acd_queue_id is provided.