---
title: "List Users"
method: POST
path: "/accountmanager.fetchusers"
tags: ["User Admin"]
---

# List Users

`POST /accountmanager.fetchusers`

Retrieves a list of users.
<!-- theme:info -->
>**Information**:
>If the authenticated user does not have the explicit `USER_FETCH` permission, the fields are reduced to a minimum.

## Request body

- object
  - `endRow` number — The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.
  - `oldValues` unknown
  - `operationType` string
  - `startRow` number — The number of the first row that defines the start of the result set's returned objects. Use this parameter if you want to implement paging for results.
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` 'equals' | 'iEquals' | 'notEqual' | 'iNotEqual' | 'isNull' | 'notNull' | 'contains' | 'iContains' | 'containsPattern' | 'iContainsPattern' | 'notContains' | 'iNotContains' | 'startsWith' | 'iStartsWith' | 'notStartsWith' | 'iNotStartsWith' | 'endsWith' | 'iEndsWith' | 'notEndsWith' | 'iNotEndsWith' | 'iBetween' | 'iBetweenInclusive' | 'inSet' | 'notInSet' — Specify an operator of the filter criteria.
      - `value` boolean

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` number
    - `data` object[]
      - `version` number
      - `typedId` string
      - `loginName` string
      - `firstName` string
      - `lastName` string
      - `email` string
      - `activated` boolean
      - `workflowEmailingActivated` boolean
      - `noSession` boolean
      - `requireTFA` boolean
      - `receiveAdminEmail` boolean
      - `ssoOnly` boolean
      - `firstLogin` boolean
      - `createDate` string
      - `createdBy` number
      - `lastLogin` string
      - `lastUpdateBy` number
    - `endRow` number
    - `totalRows` number
    - `status` number

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
