Binds the specified skills to the users (ACD operators) and/or the ACD queues. Works only for ACDv1. For SmartQueue/ACDv2, use this reference.
Allowed roles: Owner, Admin, Developer, User manager.
Example request: Bind the skills 1, 5 to the users 5, 6, 10.
The skill ID list separated by semicolons (;). Use the ‘all’ value to select all skills. Required unless skill_name is provided.
The skill name list separated by semicolons (;). Required unless skill_id is provided.
The user ID list separated by semicolons (;). Use the ‘all’ value to select all users. 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 select all ACD queues. Required unless acd_queue_name is provided.
The ACD queue name. The ACD queue name list separated by semicolons (;). Required unless acd_queue_id is provided.
The application ID. It is required if the user_name is specified
The application name that can be used instead of application_id
Whether to bind or unbind (set true or false respectively)
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.