I’m trying to update my attendees email for a single occurrence or all the occurrences meeting.
Request body :-
{
settings: {
meeting_invitees: [email:‘xyz@gmail.com’],
},
}
Please help me to update the attendees email for meetings.
API:- patch /meetings/{meetingId} or patch /meetings/{meetingId}?occurrence_id=occurrenceId
I have tried both the api but not getting any result.