HTTP | URL | Parameters | Description | Response |
---|---|---|---|---|
GET | /api/public/ldap/servers | None | Get the list of ldap servers | Returns list of LdapServer object |
GET | /api/public/ldap/servers/{servername}/config | Path Variable
|
Get the configuration of the selected ldap server | Returns LdapConfig object |
PUT | /api/public/ldap/servers/{servername}/config | Path Variable
Required Parameters
|
Update the password of the service account user for the ldap server | Returns LdapAPIResult object |