---
title: "GET /crm/users"
method: GET
path: "/crm/users"
tags: ["CrmUser"]
---

# GET /crm/users

`GET /crm/users`

Get all the users

## Query parameters

- `fields` string, nullable
- `pageSize` string, nullable
- `cursor` string, nullable
- `associations` string, nullable

## Response `200`

- CrmGetUsersResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` CommonUser[], required
    - `id` string, required — The unique `id` of this object in Revert
    - `remoteId` string, required — The unique `id` of this object in the downstream CRM.
    - `createdTimestamp` unknown, required
    - `updatedTimestamp` unknown, required
    - `additional` unknown
    - `firstName` string, required — The first name of a user in a CRM.
    - `lastName` string, required — The last name of a user in a CRM.
    - `phone` string, required — The phone number of a user in a CRM.
    - `email` string, required — The email of a user in a CRM.

## Other responses

- `401`
- `404`
- `500`

## Changes

> 15 revisions in range; 1 could not be searched.

- **2024-07-14** `cf779cee9aed` — 1 info
  - added the new optional `query` request parameter `associations`
- **2024-03-04** `52cc79f75cb0` — 1 warning
  - deleted the `query` request parameter `associations`

[Change history](https://skmtc.dev/revertinc/apis/revert-api/changes/crm/users/get.md)

---

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