Update the LDAP password used for authentication and user synchronization. Only system administrators have permission to perform this operation.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/ldap/password
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/ldap/password
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"
}'