---
title: "Get details on the firm of the user"
method: GET
path: "/api/v4/f/{firm_id}/user/firm"
tags: ["User"]
---

# Get details on the firm of the user

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

Get details on the firm of the user. <br>
<b>Required scope(s):</b> none

## Path parameters

- `firm_id` integer, required

## Headers

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

## Response `200`

Successful response

- object
  - `id` integer — firm_id
  - `name` string
  - `country` 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)
