Account Users API with search and sort

API Endpoint(s) and/or Zoom API Event(s)
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/users

Description
We are using the GET /users API to fetch the list of users in our Zoom account, and are paginating the list of results.

  1. Is it possible to search the users API via email address or display name?
  2. Is it possible to sort the users API results by email address or display name?

Hi @jantonso ,

It’s not possible to list all users by querying their email address or display name.

You can get the email address value from the returned JSON response then sort by email programmatically of your own accord.