Skip to content

Update LDAP password

Request

Update the LDAP password used for authentication and user synchronization. Only system administrators have permission to perform this operation.

Security
bearerAuth
Bodyapplication/json
passwordstringrequired

New LDAP password

Example:"newSecurePassword123"
curl -i -X PUT \
  https://codeinsightapi.redocly.app/_mock/swagger/ldap/password \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "password": "newSecurePassword123"
  }'

Responses

OK : LDAP password updated successfully