UpdateLdapQueryLastSyncTime

Returns (Task)

Set the Ldap Query last sync time for the designated Ldap Query.

Name Description
ldapQuery The LDAP query to update the last sync time for
lastSyncTime The last synchronization time

Update Ldap Query Last Sync Time

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"'