---
title: "Identify user"
method: POST
path: "/analytics/identify"
---

# Identify user

`POST /analytics/identify`

Identifies a user for analytics.

## Request body

- IdentifyRequest — User properties to associate with the authenticated user in analytics.
  - `properties` object, required — Free-form user properties.

## Response `200`

Success

- StatusResponse — Generic success response.
  - `status` string, required — Status string (e.g. `success`).

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/timescale/apis/ghost-api.md) · [All operations](https://skmtc.net/timescale/apis/ghost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timescale/ghost-api/versions/808022f897be/schema)
