GetUserByAuthUser |
This Web service operation retrieves all organizational users for a particular authenticated user.
SOAP Request
<GetUsersByAuthUser xmlns="http://schemas.cordys.com/1.0/ldap"> <dn>o=system,cn=cordys,cn=defaultInst,o=vanenburg.com</dn> <user>cn=SYSTEM,cn=authenticated users,cn=cordys,cn=defaultInst,o=vanenburg.com</user> </GetUsersByAuthUser>
Table 1. Request Parameters
Parameter |
Description |
---|---|
dn |
The distinguished name of the organization or Process Platform root. |
user |
Name of the user. |
SOAP Response
<GetUsersByAuthUserResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <tuple> <old> <entry dn="cn=SYSTEM,cn=organizational users,o=system,cn=cordys,cn=defaultInst,o=vanenburg.com"> <authenticationuser> <string>cn=SYSTEM,cn=authenticated users,cn=cordys,cn=defaultInst,o=vanenburg.com</string> </authenticationuser> <description> <string>System</string> </description> <role> <string>cn=systemAdmin,cn=organizational roles,o=system,cn=cordys,cn=defaultInst,o=vanenburg.com</string> <string>cn=everyoneInsystem,cn=organizational roles,o=system,cn=cordys,cn=defaultInst,o=vanenburg.com</string> </role> <cn> <string>SYSTEM</string> </cn> <objectclass> <string>top</string> <string>busorganizationaluser</string> <string>busorganizationalobject</string> </objectclass> </entry> </old> </tuple> </GetUsersByAuthUserResponse>