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

# GET /v2/identities/remotes

`GET /v2/identities/remotes`

returns the list of user's remote identities, or filtered if query param

## Query parameters

- `pending` string

## Response `200`

Remote identities returned

- object
  - `total` integer — number of remote identities found for user
  - `remote_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)
