Skip to main content
GET
/
accounts
/
{account_id}
/
identities
/
reports
/
latest
Get Account Identities Report
curl --request GET \
  --url https://api.prd.rad.security/accounts/{account_id}/identities/reports/latest
{
  "account_id": "<string>",
  "avg_risk_score": 123,
  "avg_risks_per_identity": 123,
  "created_at": "<string>",
  "day": 123,
  "hour": 123,
  "id": "<string>",
  "identities_count": 123,
  "identities_with_risks_count": 123,
  "identity_counts_per_level": {},
  "identity_counts_per_risk": {},
  "identity_counts_per_source": {},
  "identity_counts_per_type": {},
  "month": 123,
  "risk_counts_per_identity_type": {},
  "risk_counts_per_source": {},
  "risk_counts_per_type": {},
  "risks_count": 123,
  "year": 123
}

Path Parameters

account_id
string
required

Account ID

Response

OK

account_id
string
avg_risk_score
number
avg_risks_per_identity
number
created_at
string
day
integer
hour
integer
id
string
identities_count
integer
identities_with_risks_count
integer
identity_counts_per_level
object
identity_counts_per_risk
object
identity_counts_per_source
object
identity_counts_per_type
object
month
integer
risk_counts_per_identity_type
object
risk_counts_per_source
object
risk_counts_per_type
object
risks_count
integer
year
integer