Hosted CDI::ChangeOrganizationPlan

The procedure changes the Customer Directory Integration (CDI) plan of an organization.

Arguments

Input argument Required Description

<planName>

Yes

The name of the new plan to subscribe to

<path>

Yes

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

<preferredDomainController>

Yes

The preferred domain controller

Remarks

No remarks

Sample Code

Example XML Request

The following is an example of an XML request for the ChangeOrganizationPlan procedure of the Hosted CDI Namespace:

<request> 
        <procedure> 
                <execute namespace="Hosted CDI" procedure="ChangeOrganizationPlan" impersonate="1"> 
                        <executeData> 
                                <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
                                <planName>CDI Plan2</planName> 
                                <path>LDAP://OU=Alpineskihouse,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com</path> 
                        </executeData> 
                        <after source="executeData" destination="data" mode="merge" /> 
                </execute> 
        </procedure> 
</request>

Applies To

Hosted Customer Directory Integration Namespace API for:

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

Hosted CDI::CreateOrganizationPlan
Hosted CDI::GetOrganizationPlan
Hosted CDI::ModifyOrganizationPlan