# Skills

Skills are used in Kantata OX to describe capabilities of users for the purposes of resource planning.
They can be associated with a user through a Skill Membership.
A user can be associated with up to 200 skills.
This model includes categories such as 'Skill', 'Language', 'Certification' and 'Other'.

 - [GET /skills](https://developer.kantata.com/kantata/specification/skills/get%20skills.md): The Skills endpoint provides a list of every Skill that belongs to the Account of the User making the request. The response will contain an array of Skill objects, sorted alphabetically by the `name`
 - [POST /skills](https://developer.kantata.com/kantata/specification/skills/create%20skill.md): Adds a new skill to the account. **Note:** You cannot create more than 5000 skills per account. **Bulk Create** This endpoint supports bulk creating up to 200 objects. In the request body, set the top
 - [GET /skills/{id}](https://developer.kantata.com/kantata/specification/skills/get%20skill.md): This endpoint returns structured Skill objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `skil
 - [PUT /skills/{id}](https://developer.kantata.com/kantata/specification/skills/update%20skill.md): This endpoint returns structured Skill objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `skil
 - [DELETE /skills/{id}](https://developer.kantata.com/kantata/specification/skills/delete%20skill.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
