Event Attendees

Manage event attendance. Users can mark themselves as attending an event and view the list of attendees for any event.

Get event attendees

get
/events/{event_id}/attendees

Retrieves the list of users who have marked themselves as attending this event.

Path parameters
event_idstring · uuidRequired

Event UUID

Responses
chevron-right
200

List of attendees

application/json
get
/events/{event_id}/attendees

Attend an event

post
/events/{event_id}/attendees

Marks the authenticated user as attending this event.

Path parameters
event_idstring · uuidRequired

Event UUID

Responses
chevron-right
200

Successfully marked as attending

application/json
post
/events/{event_id}/attendees

Unattend an event

delete
/events/{event_id}/attendees

Removes the authenticated user from the event's attendee list.

Path parameters
event_idstring · uuidRequired

Event UUID

Responses
chevron-right
200

Successfully removed from attendees

application/json
delete
/events/{event_id}/attendees

Last updated