---
title: "Resolve a channel source to an end user (graph-backed)"
method: POST
path: "/v1/identity/resolve"
tags: ["identity"]
---

# Resolve a channel source to an end user (graph-backed)

`POST /v1/identity/resolve`

## Request body

- ResolveIdentityRequest
  - `channel` string, required
  - `external_id` string, required
  - `org_external_end_user_id` string, nullable

## Response `200`

Successful Response

- ResolveIdentityResponse
  - `end_user_id` string, required
  - `org_id` string, required
  - `is_new` boolean, required
  - `context_level` string, required
  - `display_name` string, nullable
  - `primary_email` string, nullable
  - `primary_phone` string, nullable
  - `org_external_end_user_id` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
