List Users API not returning full list of users | XM Community
Skip to main content

When I call the List Users API (https://api.qualtrics.com/c9eeb409d7fe2-list-users)

 

curl --request GET \ --url https://iad1.qualtrics.com/API/v3/users \ --header 'Accept: application/json' \ --header 'X-API-TOKEN:  MYTOKEN '

 

I get a list of exactly 100 users, which is kind of suspicious (and no error messages ).

We have about 190 users.

Ideas? Thx!!

@treimt Your result will be in multiple pages, use nextpage in the return message to get the rest.
You can follow this example (the 3rd one) https://api.qualtrics.com/b1ab31823cf9e-managing-users#list-users


Leave a Reply