I’m tracking the meeting.participant_joined and meeting.participant_left webhooks. When a user is logged in, we’re supposed to receive participant.id and participant.participant_user_id, but I’m only receiving participant.email. This is something that has recently started happening across all of our environments without code changes on our part.
@gianni.zoom@michael.zoom - we’re still having this issue. We have an OAuth app which users authorize. When users are inside our account, we’ve been receiving ‘email’ which we can key off of, but when users are outside our account we don’t receive any participant data (id, participant_user_id, or email) to key off of.
Hi @danny.beyrer1 , not sure if you saw the contents of my earlier response, but given the users are external to your account, they did not register and volunteer their emails, this behavior is expected.
Please let me know if I have misunderstood something and if additional clarification is needed.
Hi @danny.beyrer1 , I misread part of your earlier statement that they are not registered, and did not realize the email display rules link was broken in the previous quoted response. Please excuse me.
Could any of the following be true for your participants?
As for the participant ids, I believe they were also impacted by the changes outlined here since the meeting participant events are coinciding with the Meeting API, but I am double checking this.