v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
User

Retrieve Current User

Retrieve details of the current user.

get/v2/org/{org}/nico/user/current

Response

User Found

idstring uuid

Unique identifier for the given user.

emailstring email nullable

Email used by the user to register with NGC

firstNamestring nullable

First name of the user

lastNamestring nullable

Surname of the user

createdstring date-time

The date that the user was created.

updatedstring date-time

Date/time when the user was last updated in NICo

Example response

{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "email": "janed@nvidia.com",
  "firstName": "Jane",
  "lastName": "Doe",
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z"
}