Retrieve Current User
Retrieve details of the current user.
Authentication
AuthorizationBearer
```
export JWT_BEARER_TOKEN="<jwt-bearer-token>"
# Example org name: "acme-inc
export ORG_NAME=<org-name>
# Use the JWT bearer token in your API request auth header:
curl -v -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $JWT_BEARER_TOKEN" https://nico-rest-api.nico.svc.cluster.local/v2/org/$ORG_NAME/nico/user/current
```
Path parameters
org
Name of the Org
Response
User Found
id
Unique identifier for the given user.
email
Email used by the user to register with NGC
firstName
First name of the user
lastName
Surname of the user
created
The date that the user was created.
updated
Date/time when the user was last updated in NICo
Errors
401
Unauthorized Error