---
title: "Create Account"
method: POST
path: "/iam/clients/create"
tags: ["Account"]
---

# Create Account

`POST /iam/clients/create`

Create an additional account for the current user.

## Request body

- CreateAccountRequest
  - `id` integer — The ID of the created account.
  - `company` string, required — The company name.

## Response `201`

OK.

- CreateAccountRequest
  - `id` integer — The ID of the created account.
  - `company` string, required — The company name.

## Other responses

- `400` — Account creation failed.
- `401` — Authentication credentials were not provided or given token not valid for any token type.
- `403` — You do not have permission to perform this action.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/versions/09e652815095/schema)
