---
title: "Get the current user"
method: GET
path: "/users/current"
tags: ["User API:Users"]
---

# Get the current user

`GET /users/current`

## Response `200`

Current user details

- UserRepresentation
  - `userId` integer, required
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `position` string, nullable
  - `email` string, nullable
  - `phone` string, nullable
  - `mobile` string, nullable
  - `inactive` boolean
  - `deleted` boolean
  - `mentionName` string, nullable
  - `office` UserOfficeSummaryModel
    - `officeId` integer, required
    - `name` string, required
    - `street` string[], nullable
    - `city` string, nullable
    - `state` string, nullable
    - `postalCode` string, nullable
    - `country` string, nullable
    - `countryCode` string, nullable
    - `phone` string, nullable
    - `fax` string, nullable
    - `url` string, uri, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `timeZone` string, nullable
  - `culture` string, nullable
  - `admin` boolean
  - `accountName` string, nullable
  - `userGroups` UserGroupSummaryModel[], nullable
    - `groupId` integer, required
    - `name` string, required
  - `links` UserLinks
    - `self` string, uri, nullable
    - `photo` string, uri, nullable
    - `office` string, uri, nullable — Office the user belongs to
    - `userGroups` string, uri, nullable — User groups the user belongs to

## Other responses

- `404` — Current user was not found (huh?)

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
