MeetingBooster API
Requests
Objects
Enums

JSInvitation

Invitation of an attendee to a meeting
Property name Value Description
IsCoHost True if the user is co-host of the meeting.
Required True if the user is required in the meetings
Status String The response status. Possible values are: "PENDING", "ACCEPTED", "DECLINED"
User JSUserUI The user invited to the meeting
JSON example:
{
	"User": JSUser,
	"Status" : "PENDING",
	"Required" : false,
	"CoHost" : false
}