get https://api.7shifts.com/v2/company//users
Minimum Plan Required: Entrée
Sample Response
{
"data": [
{
"id": 555,
"identity_id": 123456,
"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": "2023-01-16T22:02:16+00:00",
"active": true,
"photo": "https://url.ssl.cf1.rackcdn.com/hash/file.jpg",
"notes": "",
"hire_date": null,
"timezone": null,
"type": "employer",
"punch_id": "0000",
"employee_id": "1829",
"max_weekly_hours": "",
"invited": null,
"invite_accepted": null,
"is_new": false,
"birth_date": "2000-01-01",
"language": "en",
"appear_as_employee": true,
"subscribe_to_updates": true,
"skill_level": 2,
"hourly_wage": 0,
"wage_type": "hourly",
"sms_me_schedules": true,
"notify_ot_risk": true,
"push": true
},
{
"id": 556,
"identity_id": 123457,
"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": "",
"postal_zip": "",
"city": "",
"prov_state": "",
"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": "0001",
"employee_id": "7283",
"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,
"skill_level": 2,
"hourly_wage": 0,
"wage_type": "hourly",
"sms_me_schedules": true,
"notify_ot_risk": true,
"push": true
}
],
"meta": {
"cursor": {
"current": null,
"prev": null,
"next": "eyJpZCI6Mzg2MDY4OSwibmV4dCI6dHJ1ZX0=",
"count": 2
}
},
"object": "users"
}