---
title: "Find email Identities for given list of email addresses"
method: GET
path: "/customer-engagement/identities"
tags: ["Review Generation"]
---

# Find email Identities for given list of email addresses

`GET /customer-engagement/identities`

## Query parameters

- `identity` string[], required
- `shouldUpdateStatus` boolean, nullable

## Response `200`

OK response

- object
  - `identities` object[], nullable
    - `emailAddress` string, nullable
    - `identityType` string, nullable
    - `verificationStatus` string, nullable
    - `message` string, nullable
  - `message` string, nullable

## Other responses

- `400` — Invalid identities
- `401` — User does not have right permission to perform this action
- `500` — Unexpected server error (generic error envelope; errorCode references the internal error report)

## Changes

> 14 revisions in range; 2 not diffed.

- **2026-08-15** `172d9d1af202` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/uberall/apis/uberall-api/changes/customer-engagement/identities/get.md)

---

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