Pagination not available on SAML users API

Hello,

I am trying to get a list of all SAML users for our self hosted nexus repository pro instance - I am using the GET /v1/security/saml/users API however it looks like this only returns the first 1,000 users with no pagination in the response body or headers.

However this page mentions pagination is available for this API endpoint from version 3.86.0 and we’re running 3.95.1-01: Security Management API

Please can anyone advise why this pagination is missing or any alternative reliable way of getting all SAML users via an API call?

Cheers

Our user related APIs are really intended to lookup users as opposed to list everything in the system. I think that has previously been filed internally but there are some limitations for some user sources such as LDAP which don’t always support it.