GET /user/?format=api&ordering=-last_name&page=5
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=-last_name&page=6",
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=-last_name&page=4",
    "results": [
        {
            "email": "marmed.t2l@gmail.com",
            "first_name": "Ahmed",
            "last_name": "Shahzad",
            "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": "pastordel@thwcdenver.com",
            "first_name": "Pastor",
            "last_name": "Philips",
            "service_provider_id": 3,
            "role_id": 1
        },
        {
            "email": "vimas28164@atinjo.com",
            "first_name": "Testing",
            "last_name": "Pastor",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "hammusid7412@gmail.com",
            "first_name": "taiba",
            "last_name": "oge",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "liann0707@gmail.com",
            "first_name": "Angel",
            "last_name": "Molock",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "nonelykeme@gmail.com",
            "first_name": "Jerry",
            "last_name": "Molock",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "robbildm@gmail.com",
            "first_name": "Robbi",
            "last_name": "McCoy",
            "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": "engr.malik.uet01@gmail.com",
            "first_name": "Ahsan",
            "last_name": "Malik",
            "service_provider_id": 3,
            "role_id": 2
        }
    ]
}