---
title: "Returns current user information"
method: GET
path: "/api/v4/f/{firm_id}/user"
tags: ["User"]
---

# Returns current user information

`GET /api/v4/f/{firm_id}/user`

Returns current user information. <br>
<b>Required scope(s):</b>`user:profile`

## Path parameters

- `firm_id` integer, required

## Headers

- `Accept` string
- `Accept-Language` string

## Response `200`

Successful response

- object
  - `id` integer — user_id
  - `name` string
  - `username` string
  - `created_at` string
  - `external` boolean
  - `email` string
  - `staff_access` boolean
  - `email_notification_frequency` string
  - `locale` string

---

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