---
title: "List users belonging to the same public key"
method: GET
path: "/v1/me"
tags: ["Users"]
---

# List users belonging to the same public key

`GET /v1/me`

## Response `200`

- CoreMeReference
  - `publicKey` string, base64, required
  - `domains` CoreMeDomainReference[], required
    - `id` string, uuid, required
    - `alias` string, required
    - `userReference` CoreMeUserReference, required
      - `id` string, uuid, required
      - `alias` string, required
      - `roles` string[], required
  - `loginId` CoreLoginId
    - `id` string, required — User identifier used by the provider.
    - `providerId` string, required — Login provider. For internal login, set to `harmonize`. For external identity providers, must match the provider name.

## Other responses

- `401` — One of: Invalid JWT (InvalidJwtError); User not authorized (PermissionDeniedError); User not authorized (UnauthorizedError)

---

[API](https://skmtc.net/ripple/apis/ripple-custody-api.md) · [All operations](https://skmtc.net/ripple/apis/ripple-custody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripple-custody-api/revisions/410038300d74/schema)
