---
title: "Retrieves a list of all companies that belong to the current Account, along with information about a specific user's access to that company."
method: GET
path: "/api/account/users/{userId}/companies"
tags: ["Account"]
---

# Retrieves a list of all companies that belong to the current Account, along with information about a specific user's access to that company.

`GET /api/account/users/{userId}/companies`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- IntectWebAPIControllersAccountControllerUserCompanyAccess[]
  - `CompanyId` integer
  - `UserId` integer
  - `CompanyUserId` integer, nullable
  - `FullName` string
  - `CompanyName` string
  - `RoleId` integer
  - `RoleName` string
  - `IsPaymentApprover` boolean

---

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