v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
LDAP management

Authenticate user credentials

Validate LDAP user credentials and create home directory if needed

post/api/ldap/authenticate

Response

Authentication successful

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Authentication successful"
}