Skip to main content
Question

SCIM API Users endpoint — unable to retrieve users beyond 10,000 results

  • May 12, 2026
  • 0 replies
  • 3 views

Forum|alt.badge.img

Hi team,

We are integrating with the Lucid SCIM API (GET /scim/v2/Users) to collect enterprise user data. We've noticed that the API appears to have a server-side pagination limit of 10,000 records — any request with a startIndex greater than 10,000 returns an empty result set (totalResults: 0Resources: []), even when the totalResults field in earlier responses.


Questions:
 

  1. Is there a confirmed server-side limit on for the SCIM Users endpoint? If so, what is it?
  2. Is there an alternative pagination mechanism that would allow us to retrieve all users beyond 10,000?