GET /user/?format=api&ordering=email&page=9
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=10",
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=email&page=8",
    "results": [
        {
            "email": "testuser@gmail.com",
            "first_name": "Test",
            "last_name": "User",
            "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": "tlgilliom@outlook.com",
            "first_name": "Tracy",
            "last_name": "Gilliom",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "unknownhackerhami@gmail.com",
            "first_name": "hamad",
            "last_name": "hassan",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "velclay23@gmail.com",
            "first_name": "Clayton",
            "last_name": "Massey",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "vimas28164@atinjo.com",
            "first_name": "Testing",
            "last_name": "Pastor",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "wasim.ab@gmail.com",
            "first_name": "Wasim",
            "last_name": "test",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "wasim.ao@gmail.com",
            "first_name": "Wasim",
            "last_name": "Upsurge",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "wasim.riaz@live.com",
            "first_name": "Wasim",
            "last_name": "test",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "wasim.up@gmail.com",
            "first_name": "Wasim",
            "last_name": "Bodlah",
            "service_provider_id": 3,
            "role_id": 2
        }
    ]
}