How do I get Okta to return a sorted API response?

I need Okta to return the resultset of /api/v1/apps/{{appId}}/users ordered by the created field. I see that I can filter: https://developer.okta.com/docs/reference/api/events/#filters. But how do I sort?

Hi @rmuktader

There are no filters for this particular API call. You can see all the available query parameters at https://developer.okta.com/docs/reference/api/apps/#list-users-assigned-to-application.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.