Update invitees RSVP for an Event
This API allows you to update an event's invitees RSVP responses.
Prerequisites
- The eventResourceGuid (Event unique identifier) must be populated for this API to be executed.
- The user(s)' resourceGuid (User unique identifier).
- Each user(s) RSVP for the chosen event.
Expected Return
An error in case the system could not update the RSVPs on the platform or a success message in case the user(s)' RSVP to the event was successfully updated with each user's resourceGuid as the response body.
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:
- The user ResourceGuid can be found on the return of other APIs such as "Create and return a new user" and "Return a list of users".
- The user ResourceGuid is on the CRM view of the user profile URL:
- The user ResourceGuid might be seen on user data reports as well.
Updated almost 2 years ago