Read
Get Permission Level Options
GET - /v2/companies/<company_id>/permission-level-options
This endpoint will return a list of all the permission level options in your account. The "id" field listed with these options will be the UUID used for the "permission_level_id" in API calls for users.
[
{
"id": "fe73d999-7572-46f8-9c81-c8b63c275146",
"name": "Manager"
},
{
"id": "6b526908-6c23-4245-83c5-5d3ce071c9c7",
"name": "Viewer"
},
{
"id": "85fdd6b0-bff0-46eb-a146-f8e34a7949c0",
"name": "Admin"
},
{
"id": "d2018f97-6f3d-41e4-9713-eb0621407154",
"name": "User"
}
]
Updated over 5 years ago