user's data order

how can i get the user's data in a order that the recently created one is at first. When I am fetching the data by simply putting it In the URL, it is in sorted form but when I try to fetch it in postman it is in some different order.

Order is there on updated date time.

Results may differ if you use your access token where the data you created and modified will be included in the results.

Without token only public data is returned

{ "id": 1000873157; "name": "Karen Rodriguez"; "email":"[email protected]"; "gender":"female"; "status":"active"; }


Little markdown supported