GET /user/?format=api&ordering=-first_name&page=2
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=-first_name&page=3",
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=-first_name",
    "results": [
        {
            "email": "1111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        },
        {
            "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": "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": "11dfgss123j@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": "pastor@gmail.com",
            "first_name": "Test1",
            "last_name": "User1",
            "service_provider_id": 3,
            "role_id": 2
        }
    ]
}