---
title: "Management Create Human User"
method: POST
path: "/api/management/iam/users/human"
tags: ["Management API"]
---

# Management Create Human User

`POST /api/management/iam/users/human`

Create a Keycloak human user and assign groups.

## Request body

- HumanUserRequest — Payload for creating a Keycloak human user.
  - `username` string, required
  - `email` string, email, required
  - `firstname` string, required
  - `lastname` string, required
  - `groups` string[], required
  - `password` string, nullable — Initial password (optional, generated elsewhere)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry.md) · [All operations](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ascending-llc/mcp-gateway-registry/versions/31381943e2e7/schema)
