User Community Feedback

Submitted ideas will be evaluated by our product teams for upcoming releases and will be responded to so you know where things stand. For product support, please use the community forums or contact TAC.

NOTE: All Cisco employees & Channel Partners must enter Ideas through this Ideas Portal.

Add skip functionality to the People API

With the ability to skip, multiple APIs calls can be made to gather the entire database.

The limit of 100 restricts the capabilities of the API.

e.g.

"URI" = "https://webexapis.com/v1/people?skip=0&max=100"

"URI" = "https://webexapis.com/v1/people?skip=100&max=100"

"URI" = "https://webexapis.com/v1/people?skip=200&max=100"


  • Guest
  • Sep 17 2021
  • Admin
    Dirk-Jan Uittenbogaard commented
    September 23, 2021 15:32

    When you do an API call with max 400, you will get a "Link" in the returned header if there are more records to be retrieved. With the link you get you can do another API call to get the remaining records. (see pagination)

    Or are you talking about simultaneous API calls?