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

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
}