Updating meeting_invitees for recurring meeting

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.

@michael.zoom Need some help

Hi @ahemadabbas
Thanks for reaching out to us and sorry for the late reply here!
The meeting_invitees field is designed to be used with calendar integrations.
If you want the attendees to receive an email, I suggest you to use Meeting registration:

Thank you for helping

1 Like