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

# POST /crm/users

`POST /crm/users`

Create a new user

## Request body

- CrmCreateOrUpdateUserRequest — Include the "businessUnitId" in the "additional" section, as it is a mandatory field for Microsoft Dynamics Sales.
  - `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.

## Response `200`

- CrmCreateOrUpdateUserResponse
  - `status` 'ok' | 'error', required
  - `message` string, required
  - `result` unknown, required

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