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

# Create User

`POST /1/users`

## Request body

- object
  - `email` string, email, required
  - `name` string, required
  - `roles` string[]
  - `password` string, required

## Response `200`

## Other responses

- `400` — A user with that email already exists

## Changes

- **2019-05-21** `798e15ca47ec` — 2 info
  - api tag `Users` added
  - api tag `users` removed
- **2019-05-20** `55764f4c7874` — 6 breaking, 9 warning, 4 info
  - added the new required request property `name`
  - request body became required
  - the request property `email` became required
  - the request property `password` became required
  - …15 more

[Change history](https://skmtc.dev/bedrockio/apis/bedrock-api/changes/1/users/post.md)

---

[API](https://skmtc.dev/bedrockio/apis/bedrock-api.md) · [All operations](https://skmtc.dev/bedrockio/apis/bedrock-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bedrockio/bedrock-api/revisions/798e15ca47ec/schema)
