Assign user's skills

POST {{baseUrl}}/contact_center/users/:userId/skills

Assign skills to a user. Skills are user traits that ensure that a given agent is the best person to handle a given customer interaction. Proficiency ratings indicate the user's level of expertise or knowledge of that skill.

Scopes: contact_center_skill:write:admin

Rate Limit Label : Medium

Request Body

{"skills"=>[{"skill_id"=>"<string>", "max_proficiency_level"=>"<integer>"}]}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: Created

""