---
title: "Get Identity"
method: GET
path: "/v1/identities/{id}"
tags: ["Identities"]
---

# Get Identity

`GET /v1/identities/{id}`

Shows details on a single Identity associated with your account.

## Path parameters

- `id` integer, required

## Response `200`

Get Identity

- object
  - `identity` Identity — Identity model
    - `id` integer — A unique identifier for the identity.
    - `account` unknown
    - `organization` unknown
    - `tenant` unknown
    - `username` string — The user principal name of the identity.
    - `email` string — The email address of the identity.
    - `enabled` boolean — Whether the identity is enabled in the identity provider.
    - `billable` boolean — Whether the identity has billable licenses or status. Per-identity value; no cross-identity deduplication.
    - `enabled_products` string[] — Huntress products active on the identity's tenant.
    - `mfa_enabled` boolean — Whether MFA or 2-step verification is enabled for this identity.
    - `risk_level` string — The risk level of the identity.
    - `risk_state` string — The risk state of the identity.
    - `risk_detail` string — The risk assessment detail for the identity.
    - `risk_last_updated_at` string, date-time — The last time risk data was synced from Entra, formatted as per ISO-8601.
    - `password_last_changed_at` string, date-time — The last time the password was changed, formatted as per ISO-8601.
    - `on_premises_sync_enabled` boolean — Whether the identity is synced from on-premises Active Directory.
    - `external` boolean — Whether the identity is an external or guest user.
    - `created_at` string, date-time — A timestamp for when the identity was first seen, formatted as per ISO-8601.
    - `updated_at` string, date-time — A timestamp for when the identity was last updated, formatted as per ISO-8601.

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

[API](https://skmtc.net/huntress/apis/huntress-api-reference.md) · [All operations](https://skmtc.net/huntress/apis/huntress-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huntress/huntress-api-reference/revisions/94acb422c07d/schema)
