UpdateLdapQueryLastUsnChanged

Returns (Task)

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

Name Description
ldapQuery
lastUsnChanged

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://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/ldapqueries/lastusnchanged \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D '0"'