Share via


Hosted Unified Messaging::Subscribe

This procedure adds the Unified Messaging plan to the specified organization.

Arguments

Input Arguments Required Description

<Path>

Yes

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

<planName>

Yes

The name of the plan.

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

Remarks

Security

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

Sample Code

Example XML Request

<request> 
  <procedure> 
    <execute namespace="Hosted Unified Messaging" procedure="Subscribe" impersonate="1"> 
      <executeData> 
        <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
        <path>LDAP://OU=Alpineskihouse,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com</path> 
         <planName>Unified Messaging</planName> 
      </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