GET /user/?format=api&ordering=-email&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=-email&page=3",
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=-email",
    "results": [
        {
            "email": "unknownhackerhami@gmail.com",
            "first_name": "hamad",
            "last_name": "hassan",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "tlgilliom@outlook.com",
            "first_name": "Tracy",
            "last_name": "Gilliom",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "thwc@thwcdenver.com",
            "first_name": "Delford",
            "last_name": "PHILLIPS",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "testuser@gmail.com",
            "first_name": "Test",
            "last_name": "User",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "testtrail96@gmail.com",
            "first_name": "Habib",
            "last_name": "Ullah",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "testii@gmail.com",
            "first_name": "Test",
            "last_name": "test",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "testieo@gmail.com",
            "first_name": "Test",
            "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
        },
        {
            "email": "test@gmail.com",
            "first_name": "Test",
            "last_name": "User",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "test@gmail32111.com",
            "first_name": "Test",
            "last_name": "User",
            "service_provider_id": 3,
            "role_id": 2
        }
    ]
}