I am using @okta/okta-sdk-nodejs (documentation : https://www.npmjs.com/package/@okta/okta-sdk-nodejs) module to access Okta APIs.
I am trying to add limit to query parameter, but unable to do so.
Here is the snippet
Please check the response of API call as well. It simply ignores the limit and send all the records. Try to have multiple records matching search criteria and see if numbers of records in response follows the limit provided.