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

# Create a user

`POST /v2/users`

Creates a new staff user account with access to the Extole console. Returns the created user with its server-assigned id. An invitation email is sent to the new user.

## Request body

- UserCreationRequest
  - `email` string, required
  - `first_name` string
  - `last_name` string
  - `password` string
  - `scopes` string[]

## Response `200`

Successful response

- UserResponse
  - `email` string, required
  - `first_name` string, required
  - `last_logged_in` string, required
  - `last_name` string, required
  - `locked` boolean, required
  - `scopes` string[], required
  - `user_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
