Add invitees for an Event
This API allows you to add invitees to an specific event.
Prerequisites
- The eventResourceGuid (Event unique identifier) must be populated for this API to be executed.
- The user(s)' resourceGuid (User unique identifier).
Expected Return
An error in case the system could not update the event on the platform or a success message in case the user(s) was successfully added to the event as an invitee along with each of the added user's recourseGuid.
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 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