---
title: "Create a user"
method: POST
path: "/v1/users"
tags: ["Users"]
deprecated: true
---

# Create a user

`POST /v1/users`

> **Deprecated.**

## Request body

- CreateUserInput
  - `name` string
  - `email` string — The email address to be associated with the user. Must not be associated with any other users.
  - `phone_number` string — A phone number. Always in E.164 format. See https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-Phone-Numbers.

## Response `200`

The user was created

- object
  - `data` User, required
    - `id` string, required — The id of the user
    - `email` string — The email address associated with the user
    - `name` string — The name of the user
    - `roles` string[]
    - `avatar_url` string — A link to the avatar of the user
    - `phone_number` string — A phone number. Always in E.164 format. See https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-Phone-Numbers.
  - `paging` Paging
    - `cursors` object, required
      - `after` string — The id of the item immediately after the last item in this resultset
      - `before` string — The id of the item immedeately before the first item in this resultset
    - `next_page` string — The link to the next page of values
    - `prev_page` string — The link to the previsous page of results

---

[API](https://skmtc.dev/dixa/apis/integrations-api-deprecated.md) · [All operations](https://skmtc.dev/dixa/apis/integrations-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dixa/integrations-api-deprecated/revisions/bb4e8372fb22/schema)
