Hi
im using the Webex api : https://webexapis.com/v1/people?max=1
when limiting my request with max parameter im getting back wrong amount of results.
when using max=1 im getting empty result -> {"notFoundIds":null,"items":[]}
when using max=2 im getting 1 results
when using max=3 im getting 2 results....
what can be the reason for this issue? can be an empty / hidden account? does the response is sorted so the first account is always hidden but the rest are not?
Thanks
Gil