get https://api.7shifts.com/v2/company//users//assignments
Sample Response
{
"data": {
"locations": [
{
"id": 9876,
"name": "Restaurant"
}
],
"departments": [
{
"id": 4567,
"company_id": 1234,
"location_id": 9876
"name": "FOH"
}
],
"roles": [
{
"id": 4320,
"company_id": 1234,
"location_id": 9876,
"department_id": 4567,
"name": "Host",
"is_primary": false,
"skill_level": 2,
"sort": 0
}
]
},
"object": "assignments"
}