GET List Users Improvements

GET /users and GET /users/{userID} (get bulk users vs. get single user) return different sets of fields. Please update GET /users to include the fields the GET /users/{userID} returns, such as:

  • job_title
  • company
  • location
  • login_types
  • manager
  • zoom_one_type
  • phone_number
  • phone_country
  • timezone

Additionally, if a user is in multiple groups, please update both GET /users and GET /users/{UserID} to include a field that indicates which group is their primary group.