---
title: "Retrieves a list of companies that the currently logged-in user has access to."
method: GET
path: "/api/users/current/companies"
tags: ["Users"]
---

# Retrieves a list of companies that the currently logged-in user has access to.

`GET /api/users/current/companies`

## Response `200`

OK

- IntectCompanyUserView[]
  - `UserId` integer
  - `CompanyUserId` integer
  - `CompanyId` integer
  - `CompanyName` string
  - `StatusId` integer
  - `RoleId` integer
  - `IsActive` boolean
  - `RoleKey` string
  - `IdentityNumber` string
  - `FirstName` string
  - `MiddleName` string
  - `LastName` string
  - `TelMobile` string
  - `TelFixed` string
  - `BankRegNo` string
  - `BankAccountNo` string
  - `BicSwiftNo` string
  - `IbanNo` string
  - `IsPaymentApprover` boolean
  - `Initials` string
  - `CompanyEmail` string
  - `PersonalEmail` string
  - `VATRegistrationNumber` string
  - `FullName` string
  - `UserAccountId` integer, nullable
  - `CompanyAccountId` integer, nullable
  - `AccountRoleId` integer, nullable
  - `UserName` string
  - `DefaultCompanyId` integer, nullable
  - `LanguageId` integer
  - `LanguageCode` string
  - `AddressId` integer
  - `AddressLine1` string
  - `AddressLine2` string
  - `PostalCode` string
  - `City` string
  - `CountryId` integer, nullable
  - `CountryCode` string
  - `CompanyUserCreated` string, date-time
  - `UserCreated` string, date-time
  - `DateOfBirth` string, date-time, nullable
  - `AutoDetermineBankAccount` boolean
  - `MunicipalityId` integer, nullable
  - `CompanyCountryId` integer
  - `Updated` string, date-time
  - `RecycleBin` string
  - `UpdatedBy` integer, nullable
  - `CreatedBy` integer, nullable
  - `PreferredCurrencyId` integer, nullable

---

[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)
