GetAuthenticatedUsers |
This Web service operation retrieves the list of all authenticated users.
SOAP Request
<GetAuthenticatedUsers xmlns="http://schemas.cordys.com/1.1/ldap"> <dn>cn=cordys,cn=defaultInst,o=vanenburg.com</dn> <filter>*</filter> <sort>ascending</sort> </GetAuthenticatedUsers>
Request Parameters
Parameter |
Description |
---|---|
dn |
Distinguished name (the starting point of the search in the directory hierarchy) For example, if the suffix or root is vanenburg.com, Process Platform root iscn=cordys,o=vanenburg.com. |
sort |
The order in which the authenticated users are to be sorted. Accepted values for this parameter are |
filter |
The filter criteria for retrieving the list of authenticated users; it takes an asterisk |
SOAP Response
<GetAuthenticatedUsersResponse xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <tuple> <old> <entry dn="cn=anonymous,cn=authenticated users,cn=cordys,cn=defaultInst,o=vanenburg.com"> <defaultcontext> <string>o=system,cn=cordys,cn=defaultInst,o=vanenburg.com</string> </defaultcontext> <description> <string>Authenticated user anonymous</string> </description> <osidentity> <string>anonymous</string> </osidentity> <cn> <string>anonymous</string> </cn> <objectclass> <string>top</string> <string>busauthenticationuser</string> </objectclass> </entry> </old> </tuple> ..... ..... </GetAuthenticatedUsersResponse>