UpdateLdapQueryLastUsnChanged

Returns (Task)

Set the Ldap Query’s lasts updated sequence number for the designated Ldap Query.

Name Description
ldapQuery The LDAP query to update the last USN changed for
lastUsnChanged The last update sequence number changed

Update Ldap Query Last Usn Changed

Example in C#

// Returns: nothing
await client.UpdateLdapQueryLastUsnChanged(LdapQueryInfo ldapQuery, Int32 lastUsnChanged);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/ldapqueries/lastusnchanged \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '0"'