---
title: "Create a new user."
method: POST
path: "/companies/{identifier}/users"
tags: ["companies"]
---

# Create a new user.

`POST /companies/{identifier}/users`

User must have been invited.

## Path parameters

- `identifier` string, required

## Request body

- CreateUserRequest — Represents a request to create a new user within the company
  - `email` string, required — The unique identifier for the user (user's email)
  - `password` string — The password for the user (optional if using SSO)
  - `code` string, required — The user's invite code they received in their email
  - `allow_us_storage` boolean — If the user's information is allowed to be stored in U.S. based servers

## Response `default`

default response

## Other responses

- `403` — Response was sent via HTTP, please retry using HTTPS

---

[API](https://skmtc.net/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.net/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/versions/70fe938a0b35/schema)
