---
title: "Create a User"
method: POST
path: "/users"
tags: ["users"]
---

# Create a User

`POST /users`

Create a new [IAM](https://docs.scalr.io/docs/identity-and-access-management) user without access to any account.
To invite user to the account /accounts/:id/actions/invite should be used.

## Query parameters

- `include` string[]

## Response `201`

Successfully created.

## Other responses

- `403` — User unauthorized to perform this action.
- `404` — Relationship not found or user unauthorized.
- `422` — Malformed request body (missing attributes, wrong types, etc.).
- `4XX` — Client error.
- `5XX` — Server error.

---

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