---
title: "Get all identities"
method: GET
path: "/v1/identities"
tags: ["identities"]
---

# Get all identities

`GET /v1/identities`

Get a map of all identities in the system.

## Response `200`

Identities successfully retrieved.

- GetIdentitiesResponse
  - `type` string — Response type, "sync".
  - `status-code` integer — HTTP response status code.
  - `status` string — The description of the HTTP status code. See the [IANA list](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
  - `result` object

## Changes

> 12 revisions in range; 1 could not be searched.

- **2025-01-13** `20135041d803` — 1 breaking
  - the `allOf[subschema #2]/result/additionalProperties/local/user-id` response's property type/format changed from `integer`/`int32` to `integer`/`` for status `200`
- **2025-01-02** `1cb37312be6c` — 1 info
  - endpoint added
- **2024-12-22** `b3903318c3bd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/canonical/apis/pebble-api/changes/v1/identities/get.md)

---

[API](https://skmtc.dev/canonical/apis/pebble-api.md) · [All operations](https://skmtc.dev/canonical/apis/pebble-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/canonical/pebble-api/revisions/a94f353eccac/schema)
