PATCH

Bulk Update Rsvp


Deprecated

This method has been replaced with Bulk Update Rsvps, and will be removed on June 30, 2025.

Updates multiple RSVPs - status only.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Guest List
Manage Events
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/events/v1/rsvp

Body Params
eventIdstringRequiredformat GUID

Event ID.


rsvpIdArray <string>format GUIDminItems 1maxItems 100

RSVPs to update.


fieldsFields

Set of fields to update.


statusstring

New RSVP status.

Response Object
rsvpsArray <Rsvp>

Updated RSVPs.

Bulk Update Rsvp Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?