---
title: "Return the data for the current User"
method: GET
path: "/users/who_am_i.json"
tags: ["Users"]
---

# Return the data for the current User

`GET /users/who_am_i.json`

Outlines the parameters, optional and required, used when requesting the data for a single User

## Query parameters

- `fields` string

## Headers

- `IF-MODIFIED-SINCE` string, date
- `IF-NONE-MATCH` string
- `X-API-VERSION` string

## Response `200`

Ok

## Other responses

- `304` — Not Modified
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

## Changes

- **2026-08-10** `73791ddd1207` — 7 info
  - added the optional property `data/allOf[subschema #2]/account/address` to the response with the `200` status
  - added the optional property `data/allOf[subschema #2]/account/city` to the response with the `200` status
  - added the optional property `data/allOf[subschema #2]/account/country` to the response with the `200` status
  - added the optional property `data/allOf[subschema #2]/account/fax` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/clio/apis/clio-api-documentation/changes/users/who_am_i.json/get.md)

---

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