get https://api.7shifts.com/v2/whoami
Minimum Plan Required: Comp
Sample Response
{
"data": {
"identity_id": 123456,
"users": [
{
"id": 555,
"identity_id": 123456,
"company_id": 1234,
"first_name": "Jane",
"last_name": "Dane",
"preferred_first_name": "Jane",
"preferred_last_name": "Dane",
"pronouns": null,
"email": "[email protected]",
"mobile_number": "5555551234",
"home_number": "",
"address": "",
"postal_zip": "",
"city": "",
"prov_state": "",
"invite_status": "accepted",
"last_login": "2023-01-16T22:02:16+00:00",
"active": true,
"photo": "/img/nophoto/4.png",
"notes": "",
"hire_date": null,
"timezone": null,
"type": "employee",
"punch_id": "0001",
"employee_id": "",
"max_weekly_hours": "",
"invited": null,
"invite_accepted": null,
"is_new": false,
"birth_date": "2000-01-01",
"language": "en",
"appear_as_employee": false,
"subscribe_to_updates": true
}
]
},
"object": "whoami"
}