Update invitees RSVP for an Event (PUT)
This API allows you to update the RSVP status of one or more invitees for a specific event.
Call
In this call, you can update the invitees' RSVP response (status) by using their userResourveGuid and the new RSVP status value needed. The possible RSVP statuses are:
- ATTENDING
- NOTATTENDING
- MAYBE
Notes
- The eventResourceGuid can be found on the return of other APIs such as "Create a new event", "Update an event", "Search events" and "Return a list of users".
- The eventResourceGuid is on the CRM view of the event page URL:

Response
This API will return in JSON format a list of all the users whose status was successfully updated and a list of all the errors (if any) of the users that, for different reasons, couldn't have their RSVP status updated.
Example
{
"success": [
"9530c460-660b-4ad5-80ce-2353ca8c83fd",
"5bb7f296-5335-432e-b77f-228abcf3fc7f"
],
"errors": null
}
*Use gateway-us for the United States region and gateway-uk for the UK region. For the Frankfurt region, simply use gateway.
Updated 19 days ago