monday.com API v2026-07 silently caps user queries at 200, breaking sync integrations
Since July 1, 2026, monday.com's default API version (2026-07) limits the Query.users endpoint to 200 results even when no limit is specified, returning valid JSON with no error or pagination signal. Any integration that does not pin an explicit API version header was automatically migrated to this new behavior without a redeployment or visible failure. Workflows such as SSO deprovisioning, seat-count reconciliation, and HR roster syncs are most at risk, as they silently receive incomplete user lists. Integrations pinned to older, now-deprecated versions are also affected, since monday.com automatically routes deprecated-version requests to the current maintenance version. Developers must update their queries to paginate explicitly using the limit and page arguments, looping until a page returns fewer results than the requested limit.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in