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.
REST API to get user details
Sunil Mathew
Tyro
in API
Hi,
Is there a REST API to get user details? I need to check whether a user exists in Panopto using either their person id or email address. Any help would be appreciated.
Sunil
0
Answers
Hi,
The only endpoint we have in the REST API to search for users is users/search:
The searchQuery parameter should search through the same locations as on the Panopto site. This would include user metadata such as user name and email.
If you need to sort through a list of all users then you should be able to use the following SOAP API method instead:
https://support.panopto.com/resource/APIDocumentation/Help/html/6beda8c0-8547-447a-e1f3-d7f8ad81bc92.htm
Thanks,
Joe