page_title: "genesyscloud_routing_skill Resource - terraform-provider-genesyscloud" subcategory: "" description: |- Genesys Cloud Routing Skill
genesyscloud_routing_skill (Resource)
Genesys Cloud Routing Skill
API Usage
The following Genesys Cloud APIs are used by this resource. Ensure your OAuth Client has been granted the necessary scopes and permissions to perform these operations:
- GET /api/v2/routing/skills
- POST /api/v2/routing/skills
- GET /api/v2/routing/skills/{skillId}
- DELETE /api/v2/routing/skills/{skillId}
Example Usage
resource "genesyscloud_routing_skill" "test_skill" {
name = "Test Skill"
}
<!-- schema generated by tfplugindocs -->
Schema
Required
- name (String) Skill name.
Optional
- id (String) The ID of this resource.