post
https://saner.secpod.com/AncorWebService/perform
This method allows you to update configured AD details of an organization in Saner Server. It requires name of organization and all other details depending on the key you are looking to update.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| organization | Name of the organization whose AD configuration will be updated | Yes | string |
| devicename | Device name associated with AD integration | No (required if updating) | string |
| integrationtype | Type of integration (server/agent) | No (required if updating) | string |
| save | Option to save configuration (yes/no) | No (required if updating) | string |
| username | Active Directory username | No (required if updating) | string |
| password | Active Directory password | No (required if updating) | string |
| domainname | Active Directory domain name | No (required if updating) | string |
| ssl | SSL content | No (required if updating) | string |
| sslverify | SSL verification option (yes/no) | No (required if updating) | string |
| usecredential | Indicates whether credentials are used | No (required if updating) | string |
| secureldap | Indicates whether secure LDAP is enabled | No (required if updating) | string |
| mode | Execution mode (auto/manual) | No (required if updating) | string |
| schedule | Schedule frequency (daily/weekly/monthly) | No (required if updating) | string |
| starttime | Start time of execution (format: HH:MM:AM/PM) | No (required if updating) | string |
| monthoftheyear | Month of the year for scheduling (numeric) | No (required if updating) | string |
| weekofthemonth | Week of the month for scheduling (numeric) | No (required if updating) | string |
| dayoftheweek | Day of the week for scheduling (numeric) | No (required if updating) | string |
