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.
Get all users
Holek Leong
Panopto Employee
in API
Hi Devs,
Asking on behalf of a customer.
They were expecting the following query to return all users, but instead, the response was an empty array.
api/v1/users/search?searchQuery=*
There were some results when % was used as the wildcard but not all users were returned.
Please share the correct way to get all users.
Thanks,
1
Answers
Hi Holek,
We do not have a REST API to list all users, but that capability is available in our SOAP API:
IUserManagement.ListUsers Method
We will also consider adding that capability to the REST API in the future as well.
Please let me know if you have any questions.
Thanks,
Kevin