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.

Issues using `users/search` endpoint

Hi,

I'm having issues using the /api/v1/users/search endpoint. When I construct a command such as the following, I don't get an appropriate response. Am I constructing the search term incorrectly?

def get_panopto_users():
  url = f"https://{panopto_domain}/Panopto/api/v1/users/search"
  headers = {
    "Authorization": f"Bearer {panopto_oauth_token}"
  }
  params = {
    "searchQuery": "stephenwb"
  }

{'Results': []}
Tagged:

Answers

  • For what it's worth, I'm ultimately trying to enumerate all users within Panopto, so if I can use wildcards here, that would be great!

Sign In or Register to comment.