Share via


Hosted Unified Messaging::ChangeOrganizationPlanAssignment

This procedure changes an organization's Unified Messaging plan.

Arguments

Input Arguments Required Description

<path>

Yes

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

<preferredDomainController >

Yes

The domain controller to use for Active Directory actions.

<planName>

Yes

The name of the plan to subscribe to.

Remarks

Security

The caller must be at least a member of role: Domain Admin.

Sample Code

Example XML Request

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

Applies To

Hosted Unified Messaging Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0