GET /user/?format=api&ordering=email
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 93,
    "next": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/user/?format=api&ordering=email&page=2",
    "previous": null,
    "results": [
        {
            "email": "1111111@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": "1111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        },
        {
            "email": "111@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": null,
            "role_id": null
        },
        {
            "email": "11dfdxghjklfghbj@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "11dfg123j@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "11dfghbj@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "11dfgss123j@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "11ghbj@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 2,
            "role_id": 1
        },
        {
            "email": "11@gmail.com",
            "first_name": "testii",
            "last_name": "testiii",
            "service_provider_id": 3,
            "role_id": 1
        }
    ]
}