Logo
Zoom Public API Documentation

Get a skill

GET {{baseUrl}}/contact_center/skills/:skillId

Return a skill's information and its usage.

Scopes: contact_center_skill:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "skill_id": "<string>", "skill_name": "<string>", "skill_type": "proficiency", "max_proficiency_level": 1, "skill_category_name": "<string>", "skill_category_id": "<string>", "total_users": "<integer>", "modified_by": "<string>", "last_modified_time": "<dateTime>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/skills/:skillId' -H 'Accept: application/json'

ENDPOINTS