List 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"
}
Language
Authorization
Click Try It! to start a request and see the response here!