SQ_BindSkill
SQ_BindSkill
Binds skills to agents.
Example request: Bind the skills with id 1 and 2 to all users.
Authentication
Query parameters
Application name to search by. Can be used instead of application_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
Skills to be bound to agents in the json array format. The array should contain objects with the sq_skill_id/sq_skill_name and sq_skill_level keys where skill levels range from 1 to 5
Binding mode. Accepts one of the [SQSkillBindingModes] enum values