SOAP API - listAttributeNames
The table summarizes the SOAP API - listAttributeNames.
Request | Uses the listAttributeNames element (from the DirectoryService schema) |
Parameter notes |
|
Response | Returns the content of the listAttributeNamesResponse element (from the DirectoryService schema). |
Example | Request:<soapenv:Body> <dir:listAttributeNames ldap-alias="easyAs" base-dn="O=easyAsInsurance" ldap-query="(employeetype=Permanent)" sample-size="1"/> </soapenv:Body> |
Response:<SOAP-ENV:Body> <listAttributeNamesResponse base-dn="O=easyAsInsurance" entry-count="6" ldap-alias="easyAs" ldap-query="(employeetype=Permanent)" xmlns="http://directory.api.de.bpm.tibco.com"> <attribute binary="false" name="givenname" xmlns=""/> <attribute binary="false" name="sn" xmlns=""/> <attribute binary="false" name="userpassword" xmlns=""/> <attribute binary="false" name="ou" xmlns=""/> <attribute binary="false" name="departmentnumber" xmlns=""/> <attribute binary="false" name="employeetype" xmlns=""/> <attribute binary="false" name="manager" xmlns=""/> <attribute binary="false" name="mail" xmlns=""/> <attribute binary="false" name="carlicense" xmlns=""/> <attribute binary="false" name="objectClass" xmlns=""/> <attribute binary="false" name="postaladdress" xmlns=""/> <attribute binary="false" name="cn" xmlns=""/> <attribute binary="false" name="preferredlanguage" xmlns=""/> <attribute binary="false" name="employeenumber" xmlns=""/> <sample-entry ldap-dn="OU=Clint Hill, OU=Swindon, OU=AllEmployees, O=easyAsInsurance" xmlns=""> <attribute binary="false" name="givenname"> <value>Clint</value> </attribute> <attribute binary="false" name="sn"> <value>Hill</value> </attribute> <attribute binary="true" name="userpassword"> <value>dGliY28xMjM=</value> </attribute> <attribute binary="false" name="ou"> <value>Clint Hill</value> </attribute> <attribute binary="false" name="departmentnumber"> <value>FNB3</value> </attribute> <attribute binary="false" name="employeetype"> <value>Permanent</value> </attribute> <attribute binary="false" name="manager"> <value>ou=John Eustace,ou=Swindon,ou=AllEmployees,o=easyAsInsurance</value> </attribute> <attribute binary="false" name="mail"> <value>chill@easyasinsurance.com</value> </attribute> |
|
<attribute binary="false" name="objectClass"> <value>organizationalPerson</value> <value>person</value> <value>inetOrgPerson</value> <value>top</value> </attribute> <attribute binary="false" name="postaladdress"> <value>48 Close Lane$Nice Business Park$SWINDON$SN4 2JP</value> </attribute> <attribute binary="false" name="cn"> <value>Mr Clint Hill</value> </attribute> <attribute binary="false" name="employeenumber"> <value>1201</value> </attribute> </sample-entry> </listAttributeNamesResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.