---
title: "Get current user details"
method: GET
path: "/v3/spend/users/current"
tags: ["users"]
---

# Get current user details

`GET /v3/spend/users/current`

Get details about the current user. This is the user that generated the Spend & Expense API token.

## Headers

- `apiToken` string, nullable — Access token for Spend & Expense API authentication

## Response `200`

Get current user details response

- UserResponseDto — Users response.
  - `id` string — BILL-generated ID of the user
  - `uuid` string — BILL-generated UUID of the user
  - `firstName` string — User first name
  - `lastName` string — User last name
  - `email` string — User email address
  - `receiptEmail` string — Receipt categorization email address
  - `retired` boolean — Set as `true` if the user is deleted
  - `useCompanyMailingAddress` boolean — Set as `true` if the company email address is set for the user
  - `smsOptIn` boolean — Set as `true` if SMS notifications are enabled for the user
  - `hasDateOfBirth` boolean — Set as `true` if the user date of birth is set
  - `role` 'ADMIN' | 'APPROVER' | 'AUDITOR' | 'BOOKKEEPER' | 'MEMBER' | 'FINANCE_ADMIN' | 'NO_ACCESS' — User role
  - `phoneNumber` string — User phone number
  - `createdTime` string, date-time — User created date and time

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

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