Invite myself via email
POST {{MEETINGS_API_URL}}/meetingInvitees
We can add ourselves as an invitee as well. (As the meeting organizer this is not strictly necessary, but it allows us to further exercise this API)
Request Body
{"meetingId"=>"{{_singleMeetingId}}", "email"=>"{{_myEmail}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |