Welcome to the Panopto Community

Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.

Regarding the Panopto SOAP API Specifications

1. Are there any thresholds set for SOAP API calls?

In other services, for example, there is almost always an upper limit on the number of calls allowed within a certain time period (such as 1 minute or 60 minutes).

Some services, like Zoom, categorize calls based on load and have even more granular settings.

2. Regarding the IUsermanagement.ListGroups method for retrieving a list of groups, the `MaxNumberResults` parameter allows you to specify the number of groups to retrieve per call.

What is the maximum number that can be specified here?

I only need groups with a `GroupType` of `Internal`.

However, it appears that the ListGroups method does not allow you to filter the results in advance when making the request.

Therefore, I first need to retrieve information on all groups.

Currently, there are 21,707 groups (according to the API call results; 21,704 in the admin interface).

I’d like to specify as large a number as possible to reduce the number of pagination steps.

Thank you.

Sign In or Register to comment.