BindUserToQueueRequest
Props
acdQueueId
acdQueueId: any
| number
| number[]
The ACD queue ID list separated by semicolons (;). Use the 'all' value to specify all queues bound to the application
acdQueueName
acdQueueName: string
| string[]
The queue name that can be used instead of acd_queue_id. The queue name list separated by semicolons (;)
applicationId
applicationId: number
The application ID
applicationName
applicationName: string
The application name that can be used instead of application_id
bind
bind: boolean
Whether to bind or unbind users
userId
userId: any
| number
| number[]
The user ID list separated by semicolons (;). Use the 'all' value to specify all users bound to the application
userName
userName: string
| string[]
The user name list separated by semicolons (;). user_name can be used instead of user_id