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: 0, Resources: []), even when the totalResults field in earlier responses.
Questions:
- Is there a confirmed server-side limit on for the SCIM Users endpoint? If so, what is it?
- Is there an alternative pagination mechanism that would allow us to retrieve all users beyond 10,000?