GET /user/?format=api&ordering=-email&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=-email&page=9",
    "results": [
        {
            "email": "111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        },
        {
            "email": "1111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        },
        {
            "email": "11111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        },
        {
            "email": "1111111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        }
    ]
}