# Return a list of users **GET /users** Returns the list of all users, sorted by creation date. You can use the `page` parameter to select the portion of records you want back. ## Servers - https://reqres.in/api: https://reqres.in/api () ## Parameters ### Query parameters - **page** (integer) Select the portion of records you want back. ## Responses ### 200 Successful operation, returns the list of users. #### Body: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)