---
title: "Gets a simplified list of all users (including inactive ones) in the currently active company (i.e. CompanyUsers), exposing only a few key properties."
method: GET
path: "/api/companyusers/simple/all"
tags: ["CompanyUsers"]
---

# Gets a simplified list of all users (including inactive ones) in the currently active company (i.e. CompanyUsers), exposing only a few key properties.

`GET /api/companyusers/simple/all`

## Response `200`

OK

- IntectWebAPIControllersCompanyUsersControllerSimpleCompanyUser[]
  - `Id` integer
  - `IsActive` boolean
  - `FirstName` string
  - `MiddleName` string
  - `LastName` string
  - `FullName` string
  - `RoleId` integer
  - `UserId` integer
  - `RecycleBin` string
  - `IdentityNumber` string
  - `ExternalReferences` string[]
  - `UserEmploymentIds` integer[]
  - `PersonalEmail` string
  - `CompanyEmail` string

---

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