---
title: "Get firm user mappings"
method: GET
path: "/firmusers"
tags: ["Firm"]
---

# Get firm user mappings

`GET /firmusers`

Retrieves a list of user mappings in the firm associated with the authenticated client.

## Response `200`

When request is successful. Returns an array of one or more 'FirmUser' objects.

- FirmUser[]
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `staffId` string, nullable — Unique identifier of the staff member.
  - `userId` string, nullable — Unique identifier of the user.
  - `isFormerUser` boolean — Returns true if this user is a former user.

## Other responses

- `404` — Not Found

---

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