---
title: "Create"
method: POST
path: "/ldap/user"
tags: ["Create"]
---

# Create

`POST /ldap/user`

Insert a user in LDAP.

## Headers

- `sessionId` string

## Request body

- CreateUserRequest
  - `data` object
    - `user` string — Username
    - `pass` string — Password
    - `groups` string[] — Array of groups

## Response `201`

Created

---

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