GET /user/?format=api&ordering=first_name&page=6
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=7",
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=first_name&page=5",
    "results": [
        {
            "email": "ahsanleo0049@gmail.com",
            "first_name": "Leo",
            "last_name": "Test",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "im.leokhan01@gmail.com",
            "first_name": "Leo",
            "last_name": "Test",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "miketest139@gmail.com",
            "first_name": "Mike",
            "last_name": "Test",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "m.arham.16806@gmail.com",
            "first_name": "Netflix",
            "last_name": "Hamad",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "Hamza23aa@gmail.com",
            "first_name": "otrei",
            "last_name": "kibol",
            "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": "robbildm@gmail.com",
            "first_name": "Robbi",
            "last_name": "McCoy",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "saaad.abbaaas@gmail.com",
            "first_name": "Saad",
            "last_name": "Tester",
            "service_provider_id": 3,
            "role_id": 1
        },
        {
            "email": "sherrybgs@yahoo.com",
            "first_name": "Sherry",
            "last_name": "Biggs",
            "service_provider_id": 3,
            "role_id": 2
        },
        {
            "email": "hammusid7412@gmail.com",
            "first_name": "taiba",
            "last_name": "oge",
            "service_provider_id": 3,
            "role_id": 2
        }
    ]
}