Skip to main content
GET
/
accounts
/
{account_id}
/
identities
/
filters
List Identities filters
curl --request GET \
  --url https://api.prd.rad.security/accounts/{account_id}/identities/filters
{
  "actions": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ],
  "identity_sources": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ],
  "identity_types": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ],
  "resources": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ],
  "risk_levels": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ],
  "risk_types": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ],
  "statuses": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ],
  "usages": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ]
}

Path Parameters

account_id
string
required

Account ID

Response

OK

actions
object[]
identity_sources
object[]
identity_types
object[]
resources
object[]
risk_levels
object[]
risk_types
object[]
statuses
object[]
usages
object[]