---
title: "Create a user"
method: POST
path: "/v1/admin/users"
tags: ["Users (Admin)"]
---

# Create a user

`POST /v1/admin/users`

## Request body

- CreateUserRequest
  - `username` string
  - `password` string, password, required — At least one number and one letter
  - `organization` string, required
  - `role` 'client' | 'admin', required

## Response `200`

User created successfully

---

[API](https://skmtc.net/openloyalty/apis/loyalty-blockchain-api.md) · [All operations](https://skmtc.net/openloyalty/apis/loyalty-blockchain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openloyalty/loyalty-blockchain-api/revisions/e825144e9ffd/schema)
