IdentitiesList Identities filters

List Identities filters

List filters applicable to the List Identities endpoint

curl -X GET "https://api.rad.security/accounts/example_string/identities/filters" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "actions": [
    {
      "label": "example_string",
      "value": "example_string"
    }
  ],
  "identity_sources": [
    {
      "label": "example_string",
      "value": "example_string"
    }
  ],
  "identity_types": [
    {
      "label": "example_string",
      "value": "example_string"
    }
  ],
  "resources": [
    {
      "label": "example_string",
      "value": "example_string"
    }
  ],
  "risk_levels": [
    {
      "label": "example_string",
      "value": "example_string"
    }
  ],
  "risk_types": [
    {
      "label": "example_string",
      "value": "example_string"
    }
  ],
  "statuses": [
    {
      "label": "example_string",
      "value": "example_string"
    }
  ],
  "usages": [
    {
      "label": "example_string",
      "value": "example_string"
    }
  ]
}
GET
/accounts/{account_id}/identities/filters
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

Responses

actionsarray
identity_sourcesarray
identity_typesarray
resourcesarray
risk_levelsarray
risk_typesarray
statusesarray
usagesarray