
User16105561740671887521 (Customer) asked a question.
Hello, I'm trying to build a panel in an external application that will allow managing Okta's users statuses without necessity to use Okta dashboard. I have everything setup, but I couldn't find an endpoint that will allow me to:
- list only users that are members of some group (or application)
- sort the users
- use pagination
The closest endpoint that should meet the requirement is listing users with search (https://developer.okta.com/docs/reference/api/users/*list-users-with-search) but it seems like I will not be able to filter the results by groupId or appId.
On the other hand, using endpoints that are listing i.e. specific group members (https://developer.okta.com/docs/reference/api/groups/*list-group-members) I'm not able to sort by in any way.
Am I missing something? Do you know a way that will allow me to do that?
Thanks,
Patryk

One additional explanation why I'm looking for the answer to this question. It's because the plan is to manage the number of users more than the 1000 limit (as well as plans to lower the limit in the future - as mentioned in the docs).
Also, it would be beneficial for me to get an information that such thing is not possible. In that case it would be clear to me that I should rethink my approach.