---
title: "Retrieve current user detail"
method: GET
path: "/v2/current-user-detail"
tags: ["user"]
---

# Retrieve current user detail

`GET /v2/current-user-detail`

Use this endpoint to retrieve the details of the user currently logged into the Epsilon Retail Media platform. The request relies on authentication, so no additional query parameters are needed. The endpoint returns detailed information about the user, including their user ID, email address, first name, and last name. It also provides details about any team invites that the user has not yet accepted, such as the email address of the sender, the team ID, and the team name associated with the invite.

## Response `200`

The details of the user currently logged into the Epsilon Retail Media platform.

- V2GetUserProfileResponse
  - `user` V2User
    - `id` string — The unique identifier of the user.
    - `email` string — Email ID of the user.
    - `namespace` string — Namespace to which the user belongs.
    - `firstName` string — First name of the user.
    - `lastName` string — Last name of the user.
    - `logoId` string — Id of the user's profile picture or logo.
    - `teamIds` string[] — List of team IDs associated with the user. A user can belong to multiple teams, and a comprehensive list of each team ID to which the user belongs is listed.
    - `receivedInvitation` object — Details of team invites that the user has not yet accepted. Includes the invite token, email address of the sender, team ID, team name associated with each invite, and more.

## Other responses

- `400` — There was a problem with input.
- `401` — Login failed or token not valid.
- `403` — Login failed or token not valid.
- `404` — User for specified id does not exist.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/citrusad/apis/citrus-auth-api.md) · [All operations](https://skmtc.net/citrusad/apis/citrus-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/citrusad/citrus-auth-api/revisions/a040003c7378/schema)
