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

{
    "count": 94,
    "next": null,
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=last_name&page=9",
    "results": [
        {
            "email": "test321@gmail.com",
            "first_name": "Test",
            "last_name": "User",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "pastor@gmail.com",
            "first_name": "Test1",
            "last_name": "User1",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "ahsanmalik.ly@gmail.com",
            "first_name": "hello",
            "last_name": "world",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "devtestingds12@gmail.com",
            "first_name": "Hellow",
            "last_name": "World",
            "service_provider_id": 3,
            "role_id": 2
        }
    ]
}