Hi can we please request to increase list size from 500
OKTA API method: get a list of users who are assigned to application ABC. This API method only returns 500 max. Therefore we need to do pagination on this.
Imagine we have 600 users.
I was thinking of creating a big list that contains the 600 users
The work around is to re-run this recipe again and again. The list size for step 18 will get smaller. Only the first time it will hit limit = 500.
ACL Services Ltd.
Bump up the list size from 500
OKTA API method: get a list of users who are assigned to application ABC. This API method only returns 500 max. Therefore we need to do pagination on this.
Imagine we have 600 users.
I was thinking of creating a big list that contains the 600 users