Hosted Active Directory::Subscribe

The procedure adds the Active Directory plan to the specified organization.

Arguments

Input Arguments Required Description

<path>

Yes

The Lightweight Directory Access Protocol (LDAP) path of the organization.

<planName>

Yes

The name of the plan.

<preferredDomainController>

Yes

The name of the preferred domain controller.

Remarks

Procedure Step

  • Managed Plans::AddCustomerPlan

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="Subscribe" impersonate="1"> 
                        <executeData> 
                                <path>LDAP://OU=Alpineskihouse, OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com</path> 
                                <planName>Active Directory</planName> 
                                <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
                        </executeData> 
                        <after source="executeData" destination="data" mode="merge"/> 
                </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

See also

Tasks

Hosted Active Directory::Unsubscribe