GET /report/meetings/{meetingId} giving a 1001 error "User xxxx not exist or belong to this account"

Hello Zoom support community,

I know things have changed a bit since with the some policies within the Zoom API and I apologize in advance if I bring up an issue already mentioned elsewhere.

Description
I am looking for advice on the best way to handle the following issue. The below examples have been striped of details to avoid data breaches.

I have had a API in place for a few months now which collects all the meetings from the previous day(s) then it gets the HOST_uuid via GET /report/meetings/{meetingId} (link).

Related to data loss that occurred on March 13th, I started to record errors. I have collected several UUIDā€™s of hosts that receive the below error. I confirmed that these HOST_UUID did exist in our system previously and there are a couple different cases detailed here:

    • User is part of our organization and has multiple UUIDā€™s assigned and all were deactivated on 3/14/2020.
    • No active account within Zoom but is still part of our organization.
    • Users are part of the organization but has two organizational emails.
    • One Zoom account
    • the hosted meeting was using the email not associated with the Zoom account.
    • Users with 2 active Zoom accounts
    • one account has the organization email the other has an alias of the organization email with a ā€œeā€ prefix.
    • Users who were part of our organization but have moved on.
    • This specific case has one meeting using our organizational account, but the error still displays.
    • The other meeting is with their external organization email and the failure is expected.

What is the best way to report and get support on these? Is it secure to post the UUIDs here?

Error
{
ā€œcodeā€: 1001,
ā€œmessageā€: ā€œUser xxxxxxxxxxxxxxx not exist or not belong to this account.ā€
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. GET https://api.zoom.us/v2/report/meetings/0sC9L8TWRNGvnSg+smi52g==
  2. See error

Additional context
Add any other context about the problem here.

1 Like

Hey @sohling,

Are the meetingUUIDs you are passing in, meetings that are owned / created by the same Zoom account that created the JWT token?

Thanks,
Tommy

Hey @tommy,

Thanks for the reply. Yes I believe they are, as they are retrieved by our organizations API request GET
/metrics/meetings
. Perhaps Iā€™m wrong in this assumption? What method would you recommend I use to check?

Thanks,
Sean

I have the same error codeā€™: 1001, ā€˜messageā€™: 'User does not exist: magda.morcos@br-school.com
when i use https://api.zoom.us/v2/report/meetings/{meetingId}/participants and put Meeting Id
It give me that error codeā€™: 1001, ā€˜messageā€™: 'User does not exist: magda.morcos@br-school.com
although i checked that meeting id in https://api.zoom.us/v2/metrics/meetings api and found it and it has participants (8 participants )

Hey @bi-dair, @sohling,

Can you please private message me the meetingID you are passing in so I can debug further?

Thanks,
Tommy

Hey Tommay,

I sent the meetingID to you .
Waiting your response.

Thanks

Thanks @tommy,

Sent a message as well. Please let me know what you find out.

Sean

Thanks @bi-dair, @sohling,

I will reply to your dm.

Thanks,
Tommy