---
title: "Gets a simplified list of users in the currently active company (i.e. CompanyUsers), exposing only a few key properties. This method is exposed as POST, allowing you to submit a set of filters and parameters in the request body."
method: POST
path: "/api/companyusers/simple/options"
tags: ["CompanyUsers"]
---

# Gets a simplified list of users in the currently active company (i.e. CompanyUsers), exposing only a few key properties. This method is exposed as POST, allowing you to submit a set of filters and parameters in the request body.

`POST /api/companyusers/simple/options`

## Request body

- IntectWebAPIControllersCompanyUsersControllerCompanyUserListRequest
  - `IncludeInactive` boolean
  - `IncludeHidden` boolean
  - `SortBySurname` boolean
  - `SortByExternalReference` boolean
  - `SortByIdentityNumber` boolean
  - `LimitToDepartmentId` integer, nullable
  - `LimitToTemplateId` integer, nullable
  - `LimitToSalaryCycleId` integer, nullable
  - `LimitToPayrollBatchNumber` integer, nullable
  - `LimitToUpdatedSince` string, date-time, nullable
  - `IncludeUserTypes` integer, nullable
  - `IncludeDeleted` boolean

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