Map Skills in a Department with an Agent

POST {{baseUrl}}/api/v1/agents/:agentId/mapSkills

This API modifies skills mapped for an agent in a department

OAuth Scope

  • Desk.tickets.UPDATE

Attributes

Attribute NameData TypeDescription
departmentId (required)<long>
ID of the Department
skillIds<list>
Ids of skills to be mapped

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;associatedSkills&quot;:[{&quot;skillName&quot;:&quot;India&quot;,&quot;skillId&quot;:&quot;1000000173029&quot;,&quot;skillTypeId&quot;:&quot;1000000173001&quot;},{&quot;skillName&quot;:&quot;Tamil&quot;,&quot;skillId&quot;:&quot;1000000173121&quot;,&quot;skillTypeId&quot;:&quot;1000000173013&quot;},{&quot;skillName&quot;:&quot;Russia&quot;,&quot;skillId&quot;:&quot;1000000173047&quot;,&quot;skillTypeId&quot;:&quot;1000000173001&quot;}],&quot;departmentId&quot;:&quot;1000000013248&quot;}]}