---
title: "User Details v2"
method: GET
path: "/api/v2/user/details"
tags: ["User Details"]
---

# User Details v2

`GET /api/v2/user/details`

Returns extended information about the current logged in user account.

### Response field descriptions
- **userName**: user name of the current user account
- **email**: email address connected to the user account 
- **companyName**: name of the company the user belongs to
- **nasdaqUserIdentifier**: Nasdaq trader identifier used when reporting the trades for registration and clearing at Nasdaq
- **nasdaqUserIdentifier**: identifier of the Nasdaq investment decision maker. Required for registering the trades at Nasdaq
- **nasdaqExecutionDecision**: identifier of the execution decision maker. Required for registering the trades at Nasdaq
- **euronextFirmIdentifier**: Euronext firm identifier used when reporting the trades for registration and clearing at Euronext
- **euronextInvestmentDecision**: identifier of the investment decision maker. Required for registering the trades at Euronext
- **euronextExecutionDecision**: identifier of the execution decision maker. Required for registering the trades at Euronext

## Response `200`

OK

- UserBaseInfoDto
  - `userName` string, nullable, required
  - `email` string, nullable, required
  - `companyName` string, nullable, required
  - `nasdaqUserIdentifier` string, nullable
  - `investmentDecision` string, nullable
  - `executionDecision` string, nullable

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/nordpoolgroup/apis/auction-member-test.md) · [All operations](https://skmtc.net/nordpoolgroup/apis/auction-member-test/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nordpoolgroup/auction-member-test/versions/6a21504d677e/schema)
