Returns (Task)
Set the Ldap Query last sync time for the designated Ldap Query.
| Name | Description |
|---|---|
| ldapQuery | |
| lastSyncTime |
Example in C#
// Returns: nothing
await client.UpdateLdapQueryLastSyncTime(LdapQueryInfo ldapQuery, DateTime lastSyncTime);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/ldapqueries/lastsynctime \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-D '"2019-02-27T14:18:19.4210484Z"'