HostedActiveDirectory::GetCallerUiRoles

The GetCallerUiRoles method gets the UI roles for the caller.

Arguments

Input Arguments Required Description

<hostingPath>

Yes

The Lightweight Directory Access Protocol (LDAP) path of hosting Organizational Unit (OU)

<preferredDomainController>

Yes

The name of the preferred domain controller

Output Arguments Description

<uiRoles>

List of uiRoles returned

<highesUiRoles>

The highest uiRoles

Remarks

Procedure Step

  • Managed Active Directory::GetCallerUiRoles

Sample Code

Example XML Request

<request xmlns:xsl="https://www.w3.org/1999/XSL/Transform"> 
        <procedure xmlns:xsl='https://www.w3.org/1999/XSL/Transform'> 
                <execute namespace="Hosted Active Directory" procedure= "GetCallerUiRoles" impersonate="1"> 
                        <executeData> 
                                <hostingPath>LDAP://OU=HOSTING,DC=Fabrikam,DC=Com</hostingPath> 
                                <preferredDomainController>ad01.fabrikam.com </preferredDomainController> 
                        </executeData> 
                </execute> 
        </procedure> 
</request>

Applies To

Hosted Active Directory Namespace API for

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0