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

# GET /crm/users/{id}

`GET /crm/users/{id}`

Get details of a user

## Path parameters

- `id` string, required

## Query parameters

- `fields` string, nullable
- `associations` string, nullable

## Response `200`

- CrmGetUserResponse
  - `status` 'ok' | 'error', required
  - `result` CommonUser, required — Include the "businessUnitId" in the "additional" section, as it is a mandatory field for Microsoft Dynamics Sales.
    - `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`

---

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