AddLdapQueryToAgent

Returns (Task)

Register a Ldap Query onto the designated Ldap Agent.

Name Description
ldapAgent
ldapQuery

Add Ldap Query To Agent

Example in C#

// Returns: nothing
await client.AddLdapQueryToAgent(LdapAgentInfo ldapAgent, LdapQueryInfo ldapQuery);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/ldapagents/AGENT.KEY/connections/LdapQuery?isOneToOne=False&relatedKey=QUERY.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D 'null'