---
title: "Retrieves info of the logged in user"
method: GET
path: "/v1.0/users"
tags: ["Users"]
---

# Retrieves info of the logged in user

`GET /v1.0/users`

## Response `200`

OK

- union
  - ApplicationUserDTO
    - `email` string, required
    - `firstName` string, required
    - `lastName` string, required
    - `termsVersion` integer
  - OperatorUserDTO
    - `email` string, required
    - `firstName` string, required
    - `lastName` string, required
    - `termsVersion` integer
    - `status` 'REGISTERED' | 'PENDING'
    - `address` CountyAddressDTO, required
      - `line1` string, required
      - `line2` string
      - `city` string, required
      - `county` string
      - `postcode` string, required
    - `jobTitle` string
    - `phoneNumber` PhoneNumberDTO
      - `countryCode` string
      - `number` string
    - `mobileNumber` PhoneNumberDTO
      - `countryCode` string
      - `number` string
  - RegulatorUserDTO
    - `email` string, required
    - `firstName` string, required
    - `lastName` string, required
    - `termsVersion` integer
    - `status` 'REGISTERED' | 'PENDING'
    - `jobTitle` string, required
    - `phoneNumber` string, required
    - `mobileNumber` string
    - `signature` FileInfoDTO
      - `name` string
      - `uuid` string
  - VerifierUserDTO
    - `email` string, required
    - `firstName` string, required
    - `lastName` string, required
    - `termsVersion` integer
    - `status` 'REGISTERED' | 'PENDING'
    - `phoneNumber` string, required
    - `mobileNumber` string

## Other responses

- `500` — Internal Server Error

## Changes

- **2025-08-22** `bf068acab677` — 2 breaking, 4 info
  - the response property `oneOf[#/components/schemas/OperatorUserDTO]/address/county` became optional for the status `200`
  - the response property `oneOf[#/components/schemas/OperatorUserDTO]/jobTitle` became optional for the status `200`
  - added the optional property `security` to the response with the `500` status
  - removed the `DELETED` enum value from the `oneOf[#/components/schemas/OperatorUserDTO]/status` response property for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/beis/apis/esos-api-documentation/changes/v1.0/users/get.md)

---

[API](https://skmtc.dev/beis/apis/esos-api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/esos-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/esos-api-documentation/revisions/aa4310e86ddd/schema)
