> For the complete documentation index, see [llms.txt](https://calcom.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://calcom.gitbook.io/docs/enterprise-features/api/api-reference/attendees.md).

# Attendees

Attendees allows you to CRUD the data related to who is attending a particular booking. Useful if you want to create events where many people are invited.

## Find all attendees

{% openapi src="<https://api.cal.com/api/docs>" path="/attendees" method="get" %}
<https://api.cal.com/api/docs>
{% endopenapi %}

## Create a new attendee

{% openapi src="<https://api.cal.com/api/docs>" path="/attendees" method="post" %}
<https://api.cal.com/api/docs>
{% endopenapi %}

## Find an attendee

{% openapi src="<https://api.cal.com/api/docs>" path="/attendees/{id}" method="get" %}
<https://api.cal.com/api/docs>
{% endopenapi %}

## Edit an existing attendee

{% openapi src="<https://api.cal.com/api/docs>" path="/attendees/{id}" method="patch" %}
<https://api.cal.com/api/docs>
{% endopenapi %}

## Remove an existing attendee

{% openapi src="<https://api.cal.com/api/docs>" path="/attendees/{id}" method="delete" %}
<https://api.cal.com/api/docs>
{% endopenapi %}
