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