Hosted CDI::Unsubscribe

The procedure removes the Customer Directory Integration (CDI) plan from the specified organization.

Arguments

Input argument Required Description

<path>

Yes

The Lightweight Directory Access Protocol (LDAP) path of the customer organization in the Service Provider domain

<preferredDomainController>

Yes

The name of the preferred domain controller in the Service Provider domain

Remarks

This procedure calls GetOrganizationPlanAssignment in order to query the current plan assigned to the organization. This plan name is passed as a parameter to RemovePlanFromCustomer.

Sample Code

Example XML Request

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

<request> 
        <procedure> 
                <execute namespace="Hosted CDI" procedure="Unsubscribe" impersonate="1"> 
                        <executeData> 
                                <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
                                <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::Subscribe