---
title: "User details"
method: GET
path: "/v0/users/me"
tags: ["Users"]
---

# User details

`GET /v0/users/me`

Get user details of the authenticated user.

## Response `200`

End user details

- UserInfo
  - `userId` string, required — is the userId given in the User Token if not ES Connect authenticated or the ES Connect user id if user is authenticated against ES Connect.
  - `esConnect` boolean, required — is false for a not ES Connect authenticated user but is true for a ES Connect authenticated user.
  - `hasActiveSubscription` boolean, nullable — is true if the user has an active subscription but is false if the user has no active subscription. Returns null if the user is not ES Connect authenticated.
  - `email` string, nullable — email value will present only for the Epidemic Sound users and will be null otherwise

## Other responses

- `400` — Bad request.
- `401` — Unauthorized. Most likely your access token has expired.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/epidemicsound/apis/partner-content-api.md) · [All operations](https://skmtc.net/epidemicsound/apis/partner-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epidemicsound/partner-content-api/revisions/c2fa1c98dbc2/schema)
