• Resolved mshokry

    (@mshokry)


    I tried to delete cache but I couldn’t get the users tried again and again only gets few of them

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support supportstylemix

    (@supportstylemix)

    Hello,
    Thanks for reaching us here!
    I’m sorry, but it is not clear that and why this issue has occurred.
    We would love to make things right if you describe this issue in more detail. After getting the clearly explained request, we will then responsively assess the situation, try to give you a proper solution or options whenever possible. Please make sure that you deactivated the third-party plugins like caching/minifying/optimizing since they might cause a conflict or block some functions to run.

    Best Regards

    antonmccoy

    (@antonmccoy)

    @mshokry @supportstylemix

    I also had this issue, but managed to find a resolution.

    If you go to eroom-zoom-meetings-webinar\zoom-app\Endpoint\Users.php (Line 31)

    public function userlist( array $query = [] ) {

    And change this to something like:

    public function userlist( array $query = ['page_size' => '300'] ) {

    This would increase the number of users returned from 20, which is the default number returned, when not defined, to 300 users.

    Plugin Support supportstylemix

    (@supportstylemix)

    Hello,
    Thank you for reaching out to us!
    Thanks @antonmccoy for the solution! It is awesome to improve the product enhancement by our clients’ feedback.

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The plugin don’t get all of my users from zoom account’ is closed to new replies.