
User16209461429315361327 (Customer) asked a question.
When calling the GET/api/v1/groups/rules?limit=300, the number of results being returned is 200.
The number of rules is greater than 300, but only 200 are being returned.
Why is the limit parameter not being enforced?
Could there be any additional factor causing this behavior?
The documentation doesn't specify an exception for this API and the limit parameter.

The maximum numbers of results are indeed 200, take a look at the documentation provided below to learn how to use pagination:
https://developer.okta.com/docs/reference/api-overview/#pagination
Example of pagination with users:
https://support.okta.com/help/s/question/0D54z0000745eOqCAI/api-query-limit?language=en_US