---
title: "Authenticate user credentials"
method: POST
path: "/api/ldap/authenticate"
tags: ["LDAP management"]
---

# Authenticate user credentials

`POST /api/ldap/authenticate`

Validate LDAP user credentials and create home directory if needed

## Response `200`

Authentication successful

- object
  - `success` boolean
  - `message` string

## Other responses

- `210` — Invalid credentials
- `400` — Missing required parameters
- `401` — Unauthorized access
- `500` — Backend error during authentication

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
