We are integrating webhook apis on our end to keep track of participant joined and left information, for that we need to identify whether we are getting event for the same participant or for the different participant.
I am referring to this page [https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/participant-joined-meeting] but I am not able to distinguish between object.id, object.participant.id, object.participant.userId and object.participant.participant_user_id.
We were using object.participant.userId to identify different users for same session but we got the same object.participant.userId for different users.
Please help me in identifying these fields, such that we can use the webhooks appropriately.