SQ_UnbindAgent
SQ_UnbindAgent
Unbinds agents from queues.
Example request: Unbind the agent with id 1 from all queues.
SQ_UnbindAgent
Unbinds agents from queues.
Example request: Unbind the agent with id 1 from all queues.
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.
Application name to search by. Can be used instead of application_id
List of SmartQueue IDs separated by semicolons (;). Use ‘all’ to select all the queues
List of SmartQueue names separated by semicolons (;). Can be used instead of sq_queue_id
List of user IDs separated by semicolons (;). Use ‘all’ to select all the users
List of user names separated by semicolons (;). Can be used instead of user_id