---
title: "POST /admin/users"
method: POST
path: "/admin/users"
---

# POST /admin/users

`POST /admin/users`

Record new user

** Required security scopes**:

## Request body

- CreateAdminuserPayload
  - `email` string, required
  - `first_name` string, required
  - `id` integer
  - `last_name` string, required
  - `password` string, required
  - `role` string, required
  - `tenant_id` integer
  - `validated` boolean
  - `validation_code` string

## Response `201`

Resource created

---

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