v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

List endpoint permission groups

Returns a list of all the endpoint protection permission groups

get/endpoint-protection/permission-groups

Response

A list of all the endpoint protection permission groups

idinteger

The ID of the permission group

namestring

The name of the permission group

device_countinteger

The number of devices in the permission group

Example response

[
  {
    "id": 1,
    "name": "Default",
    "device_count": 5
  },
  {
    "id": 2,
    "name": "Sales",
    "device_count": 3
  }
]