get https://api.7shifts.com/v2/company//users//role_assignments
Minimum Plan Required: Entrée
Sample Response
{
"data": [
{
"id": 2583,
"company_id": 1234,
"location_id": 4569,
"department_id": 7890,
"name": "Server",
"is_primary": false,
"skill_level": 2,
"sort": 0
},
{
"id": 2584,
"company_id": 1234,
"location_id": 4569,
"department_id": 7890,
"name": "Server",
"is_primary": false,
"skill_level": 2,
"sort": 0
}
],
"object": "role_assignments"
}