---
title: "GET /v2/identities/locals"
method: GET
path: "/v2/identities/locals"
tags: ["identities"]
---

# GET /v2/identities/locals

`GET /v2/identities/locals`

returns the list of user's local identities

## Response `200`

Local identities returned

- object
  - `total` integer — number of local identities found for user
  - `local_identities` UserIdentity[]
    - `credentials` object
    - `display_name` string
    - `identity_id` string
    - `identifier` string
    - `infos` object
    - `last_check` string, date-time
    - `protocol` 'email' | 'twitter'
    - `status` 'active' | 'inactive' | 'deleted'
    - `type` 'local' | 'remote'
    - `user_id` string

## Other responses

- `401` — Unauthorized access

---

[API](https://skmtc.net/caliopen/apis/caliopen-http-rest-api.md) · [All operations](https://skmtc.net/caliopen/apis/caliopen-http-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/caliopen/caliopen-http-rest-api/versions/f32b5d08284d/schema)
