List Users

Sample Response

{
    "data": [
        {
            "id": 1,
            "identity_id": 1,
            "company_id": 1234,
            "first_name": "Jason",
            "last_name": "Bourne",
            "preferred_first_name": "Jason",
            "preferred_last_name": "Bourne",
            "pronouns": null,
            "email": "[email protected]",
            "mobile_number": "",
            "home_number": "",
            "address": "",
            "postal_zip": "",
            "city": "",
            "prov_state": "",
            "invite_status": "accepted",
            "last_login": "2022-12-02T21:29:53+00:00",
            "active": true,
            "photo": "https://url.ssl.cf1.rackcdn.com/hash/file.jpg",
            "notes": "",
            "hire_date": null,
            "timezone": null,
            "type": "employer",
            "punch_id": "1234",
            "employee_id": "",
            "max_weekly_hours": "",
            "invited": null,
            "invite_accepted": null,
            "is_new": false,
            "birth_date": null,
            "language": "en",
            "appear_as_employee": true,
            "subscribe_to_updates": true
        },
        {
            "id": 2,
            "identity_id": 2,
            "company_id": 1234,
            "first_name": "Jane",
            "last_name": "Mille",
            "preferred_first_name": "Jane",
            "preferred_last_name": "Miller",
            "pronouns": null,
            "email": "[email protected]",
            "mobile_number": "",
            "home_number": "",
            "address": "1234 Street",
            "postal_zip": "12345",
            "city": "New York",
            "prov_state": "NY",
            "invite_status": "accepted",
            "last_login": "2022-09-01T17:18:39+00:00",
            "active": true,
            "photo": "https://app.7shifts.com/img/nophoto/1.png",
            "notes": "",
            "hire_date": "2021-11-01",
            "timezone": null,
            "type": "manager",
            "punch_id": "1234",
            "employee_id": "EID001",
            "max_weekly_hours": "",
            "invited": "2021-10-28T15:32:28+00:00",
            "invite_accepted": "2021-10-28T15:33:02+00:00",
            "is_new": false,
            "birth_date": null,
            "language": "en",
            "appear_as_employee": true,
            "subscribe_to_updates": false
        }
    ],
    "meta": {
        "cursor": {
            "current": null,
            "prev": null,
            "next": null,
            "count": 2
        }
    },
    "object": "users"
}
Language
Authorization
Click Try It! to start a request and see the response here!