---
title: "Retrieve Current User"
method: GET
path: "/v2/org/{org}/nico/user/current"
tags: ["User"]
---

# Retrieve Current User

`GET /v2/org/{org}/nico/user/current`

Retrieve details of the current user.

## Response `200`

User Found

- User — Details of the user collected from authentication tokens
  - `id` string, uuid — Unique identifier for the given user.
  - `email` string, email, nullable — Email used by the user to register with NGC
  - `firstName` string, nullable — First name of the user
  - `lastName` string, nullable — Surname of the user
  - `created` string, date-time — The date that the user was created.
  - `updated` string, date-time — Date/time when the user was last updated in NICo

## Other responses

- `401` — Error response when user is not authenticated

## Changes

- **2026-06-02** `b078e63260c1` — 1 info
  - added the non-success response with the status `401`
- **2026-06-02** `ffa063523058` — 1 info
  - removed the non-success response with the status `401`
- **2026-06-02** `f20872e0979a` — 1 info
  - added the non-success response with the status `401`

[Change history](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/changes/v2/org/:org/nico/user/current/get.md)

---

[API](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api.md) · [All operations](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/nvidia-infra-controller-rest-api/revisions/2096eb1db2c1/schema)
