SOAP API - getLdapEntry
The table summarizes the SOAP API - getLdapEntry.
Request | Uses the getLdapEntry element (from the DirectoryService schema) |
Parameter notes |
|
Response | Returns a getLdapEntryResponse element (from the DirectoryService schema).
|
Example | Request:<soapenv:Body> <dir:getLdapEntry ldap-alias="easyAs" ldap-dn="OU=Clint Hill, OU=Swindon, OU=AllEmployees, O=easyAsInsurance" name="Clint Hill"> <attribute name="employeetype"/> <attribute name="manager"/> </dir:getLdapEntry> </soapenv:Body> |
Response:<SOAP-ENV:Body> <getLdapEntryResponse ldap-alias="easyAs" ldap-dn="OU=Clint Hill, OU=Swindon, OU=AllEmployees, O=easyAsInsurance" xmlns="http://directory.api.de.bpm.tibco.com"> <attribute name="employeetype" xmlns=""> <value>Permanent</value> </attribute> <attribute name="manager" xmlns=""> <value>ou=John Eustace,ou=Swindon,ou=AllEmployees,o=easyAsInsurance</value> </attribute> </getLdapEntryResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.