Add invitees for an Event (POST)
This API allows you to add one or more users as invitees to a specific event.
Call
In this call, you can update an events invitees list by using the userResourveGuid of the users you want to invite to the selected event. Making isure that the event has the necessary invitees.
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 that were successfully added to the event as invitees and a list of all the errors (if any) of the users that for different reasons couldn't be added to the invitees list.
Example
{
"success": [
"ad9f7ec8-199d-4f91-998b-6224c0d9a1ba",
"45268dce-ce16-4443-9c31-73e828f8581a"
],
"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