---
title: "List member identities"
method: GET
path: "/members/{memberId}/identities"
tags: ["Member Identities"]
---

# List member identities

`GET /members/{memberId}/identities`

Retrieve all identities for a member profile.

## Path parameters

- `memberId` string, uuid, required

## Response `200`

Identities retrieved successfully.

- object
  - `identities` MemberIdentity[], required
    - `id` string, uuid, required
    - `value` string, required — Identity value (username or email).
    - `platform` string, required — Platform name (e.g. github, linkedin, lfid).
    - `type` 'username' | 'email', required — Identity type.
    - `verified` boolean, required
    - `verifiedBy` string, nullable, required — Identifier of who verified this identity, or null.
    - `source` string, nullable, required — Source system that created this identity.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — Missing or invalid authentication credentials.
- `403` — Authentication valid but insufficient scopes.
- `404` — No member found with the given ID.

## Changes

- **2026-05-11** `c4db8159d7d5` — 1 info
  - added the required property `identities/items/type` to the response with the `200` status
- **2026-04-08** `4bd1bf1b8718` — 1 breaking
  - removed the required property `identities/items/type` from the response with the `200` status

[Change history](https://skmtc.dev/linuxfoundation/apis/cdp-public-api/changes/members/:memberId/identities/get.md)

---

[API](https://skmtc.dev/linuxfoundation/apis/cdp-public-api.md) · [All operations](https://skmtc.dev/linuxfoundation/apis/cdp-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linuxfoundation/cdp-public-api/revisions/08aceca4f417/schema)
