eventRsvps
Gets rsvps for an event.
Parameters
| Name | Type | Description |
|---|---|---|
| eventId | Identifier | The ID of the event to get rsvps for. |
Example
const { data: rsvps } = await ClassicVirtualEventsApi.eventRsvps({ eventId: "5904751593700196492" }); Example Data
[
{
userId: 45348281,
rsvpStatus: "going",
shouldSeeNotificationsUpsellModal: false,
},
] Endpoint
GET /v1/virtual-events/{eventId}/rsvps