I'm using the Microsoft Active Directory Adapter (a.k.a. "Active Directory Adapter") to query (request-reply) Active Directory using a request similar to:
{
"ActiveDirectory":
{
"Request":
{
"LdapPath": " CN=Marty Wasznicky, CN=Users,DC=AD,DC=Server,DC=com",
"TransactionType": "Get",
"MaxObjectsToReturn": "1"
}
}
}
I would like to only return a one or two attributes.
- mail
- userprincipalname
How do I specify these return attributes for NeuronESB to understand
them and send them?
I've searched Help and the samples. I've research Microsoft for the AD Query and it shows you can specific a list of attributes to return, comma-separated.
I just do not know how to provide this information to Neuron. I've tried many variations with the json.
Jeffery