If i am trying to give limit to endpoint which is more that default limit specified by Okta. Will it affect any functionality or performance of that endpoint.
Lets say default limit for /users endpoint is 200, and if i specified limit more that that i.e. 500.
Will it affect performance of that enpoint?
The limits that are described in the documentation are hard coded and, as such, even if you pass a number higher than the limit, the limit will be reset to the one hard coded.
If the request comes paginated, you will receive in the response header the link to the next page. It looks something like