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.
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
}Updated 7 months ago
