GET /user/?format=api&ordering=-last_name&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 94,
    "next": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=-last_name&page=4",
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=-last_name&page=2",
    "results": [
        {
            "email": "11ghbj@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "11dfdxghjklfghbj@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "11111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        },
        {
            "email": "11dfghbj@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "1111111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        },
        {
            "email": "11dfg123j@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "11@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 3,
            "role_id": 1
        },
        {
            "email": "saaad.abbaaas@gmail.com",
            "first_name": "Saad",
            "last_name": "Tester",
            "service_provider_id": 3,
            "role_id": 1
        },
        {
            "email": "miketest139@gmail.com",
            "first_name": "Mike",
            "last_name": "Test",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "test@gmail.comsadf",
            "first_name": "Test",
            "last_name": "Test",
            "service_provider_id": 3,
            "role_id": 2
        }
    ]
}