# Participations

A participation represents the relationship between a participant and a project, including a participant's permission level,
whether they're a provider or client, and many other properties. See the 200 status code
response sample for an example of participation properties you can access.

 - [GET /participations](https://developer.kantata.com/kantata/specification/participations/get%20participations.md): The Participations index action only returns participations from projects that are visible to the requester. See the [Projects KB documentation](https://mavenlink.zendesk.com/hc/en-us/sections/2000221
 - [POST /participations](https://developer.kantata.com/kantata/specification/participations/create%20participation.md): Adds a user to a project (workspace). **Bulk Create** This endpoint supports bulk creating up to 100 objects. In the request body, set the top-level key to its plural form and place the objects in an
 - [GET /participations/{id}](https://developer.kantata.com/kantata/specification/participations/get%20participation.md): This endpoint returns structured Participation 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 t
 - [PUT /participations/{id}](https://developer.kantata.com/kantata/specification/participations/update%20participation.md): This endpoint returns structured Participation 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 t
 - [DELETE /participations/{id}](https://developer.kantata.com/kantata/specification/participations/delete%20participation.md): Removes a participant from a project and deletes their associated project data. The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata O
