How to get all members of a role without next_page_token

Description
When I am trying to get paginated data that time next_page_token is needed (ex: all meetings of a user API). But how can I get all members of a role without next_page_token? In my case, we have 100 members of a role.

Hey @palash

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout this related thread that may have the answer you are looking for:

If this thread did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

This is not helpful for me. Sorry!

Hi @palash,

When calling the List Members in a Role endpoint, you can pass a page_size parameter of up to 300. If you set your page size accordingly, you should be able to get all records in 1 response.

Let me know if this helps!
-Will

1 Like

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