---
title: "Get identity with PII"
method: GET
path: "/api/cis/v1/identities/{id}"
tags: ["Identities"]
---

# Get identity with PII

`GET /api/cis/v1/identities/{id}`

## Response `200`

Full identity with addresses and phones

- IdentityFull — Identity with PII fields
  - `id` string, uuid
  - `tenantId` string
  - `type` 'INDIVIDUAL' | 'BUSINESS'
  - `status` 'PENDING' | 'ACTIVE' | 'IN_REVIEW' | 'DENIED' | 'BLOCKED' | 'FROZEN'
  - `pii` object — Encrypted PII fields (email, name, DOB, etc.)
  - `metadata` object, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `addresses` Address[]
    - `id` string, uuid
    - `identityId` string, uuid
    - `type` 'PRIMARY' | 'SECONDARY' | 'BILLING' | 'SHIPPING'
    - `street1` string
    - `street2` string, nullable
    - `city` string
    - `state` string, nullable
    - `postalCode` string, nullable
    - `country` string — ISO 3166-1 alpha-2
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `phones` Phone[]
    - `id` string, uuid
    - `identityId` string, uuid
    - `type` 'MOBILE' | 'HOME' | 'WORK' | 'FAX'
    - `number` string
    - `extension` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/stalela/apis/stalela-cis-customer-identity-service-api.md) · [All operations](https://skmtc.net/stalela/apis/stalela-cis-customer-identity-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stalela/stalela-cis-customer-identity-service-api/versions/3065faad0b6b/schema)
