---
title: "Recognise the user as a previously logged-in user"
method: POST
path: "/zephr/recognise-me"
tags: ["User"]
---

# Recognise the user as a previously logged-in user

`POST /zephr/recognise-me`

Recognises the user as a previously logged-in user. Users can be fingerprinted on login
based on their email address, their user agent and their IP address. This endpoint can then be used
with the same parameters to give users a limited access to their logged-in experience. This is an opt-in feature.

## Request body

- object
  - `identifiers` object
    - `email_address` string

## Response `200`

The lookup was performed successfully. If the user was recognised, a Set-Cookie header will be returned.

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/versions/0400dd83950b/schema)
