---
title: "Create a Sub-account"
method: POST
path: "/users"
---

# Create a Sub-account

`POST /users`

Create a sub account tethered to the authenticated user

## Request body

- object
  - `email` string — The email of your sub user, the user email must be unique and it can't be changed.
  - `first_name` string — The first name of your sub user, this field can be edited.
  - `last_name` string — The last name of your sub user, this field can be edited.

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `id` string
    - `sn` string
    - `email` string
    - `reference` unknown
    - `first_name` string
    - `last_name` string
    - `display_name` unknown
    - `created_at` string
    - `updated_at` string

## Other responses

- `401` — 401
- `409` — 409

---

[API](https://skmtc.net/quidax/apis/api-3-0.md) · [All operations](https://skmtc.net/quidax/apis/api-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quidax/api-3-0/versions/75e2867b5dc0/schema)
