# Skill Memberships

Skill Memberships represent skills that has been assigned to a specified user.

 - [GET /skill_memberships](https://developer.kantata.com/kantata/specification/skill-memberships/get%20skill%20memberships.md): Returns a list of viewable skill memberships. This endpoint returns structured Skill Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in t
 - [POST /skill_memberships](https://developer.kantata.com/kantata/specification/skill-memberships/create%20skill%20membership.md): Adds a skill to a user. **Bulk Create** This endpoint supports bulk creating up to 200 objects. In the request body, set the top-level key to its plural form and place the objects in an array. Example
 - [GET /skill_memberships/{id}](https://developer.kantata.com/kantata/specification/skill-memberships/get%20skill%20membership.md): Returns a skill membership. This endpoint returns structured Skill Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array
 - [PUT /skill_memberships/{id}](https://developer.kantata.com/kantata/specification/skill-memberships/update%20skill%20membership.md): This endpoint returns structured Skill Membership 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 i
 - [DELETE /skill_memberships/{id}](https://developer.kantata.com/kantata/specification/skill-memberships/delete%20skill%20membership.md): Removes a skill from a user. 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 th
