post https://example.com/LDAPDirectoryService/ModifyLDAPDirectoryServiceConfig
Response
xxxxxxxxxx
10curl --request POST \
--url https://example.com/LDAPDirectoryService/ModifyLDAPDirectoryServiceConfig \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"UsePagedSearch": true,
"UseBrokenShadowExpire": true
}
'