pp108 : GetOrganizationByUser

GetOrganizationByUser


This Web service operation is used to retrieve all organizations that the organizational user belongs to.

SOAP Request

<GetOrganizationsByUser xmlns="http://schemas.cordys.com/1.0/ldap">
    <dn>cn=SYSTEM,cn=organizational users,o=system,cn=cordys,cn=defaultInst,o=vanenburg.com</dn>
</GetOrganizationsByUser>

Request Parameters

Tags

Description

dn

The distinguished name of the user.


SOAP Response

<GetOrganizationsByUserResponse
    xmlns="http://schemas.cordys.com/1.0/ldap" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <tuple>
        <old>
            <entry dn="cn=SYSTEM,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>System</string>
                </description>
                <osidentity>
                    <string>SYSTEM</string>
                    <string>CordysdefaultInst</string>
                </osidentity>
                <cn>
                    <string>SYSTEM</string>
                </cn>
                <objectclass>
                    <string>top</string>
                    <string>busauthenticationuser</string>
                </objectclass>
            </entry>
        </old>
    </tuple>
    <tuple>
        <old>
            <entry dn="o=system,cn=cordys,cn=defaultInst,o=vanenburg.com">
                <description>
                    <string>System</string>
                </description>
                <o>
                    <string>system</string>
                </o>
                <objectclass>
                    <string>top</string>
                    <string>organization</string>
                </objectclass>
            </entry>
        </old>
    </tuple>
</GetOrganizationsByUserResponse>