Getting channels of a user does not five all the answer

Description
When using the route GET /chat/users/${userId}/channels`

I am am returned with :slight_smile:

{
  total_records: 7,
  page_size: 10,
  next_page_token: '',
  channels: [
    {
      id: '***********************************',
      jid: '*******************************',
      name: '**********************',
      type: 4
    },
    {
      id: '***********************************',
      jid: '*******************************',
      name: '**********************',
      type: 1
    },
    {
      id: '***********************************',
      jid: '*******************************',
      name: '**********************',
      type: 1
    }
  ]
}

Error

As you can see total_records is 7 but the number of elements in the channel array is 3 (page size is 10). I am missing 4 channels!

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I am using OAuth.

Which Endpoint/s?
https://api.zoom.us/v2/chat/users/{userId}/channels

Hey @gaetan,

Thanks for reporting this. Our engineering team is looking into the issue. (ZOOM-196300)

I will get back to you with updates.

-Tommy

Hey @gaetan,

Can you please make the API call again? We need a more recent API call to look into the logs.

Thanks,
Tommy

Hey @gaetan,

We have confirmed this is a bug. We are working on a fix. I will keep you updated on the timeline.

Thanks,
Tommy

Hey @gaetan,

We are planning to release the fix for this in our November release. (Due note that is subject to change.)

Thanks,
Tommy

Great news! Looking forward to it.

Thanks, and keep an eye out, @gaetan!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.