Share via


Hosted Unified Messaging::GetOrganizationPlanAssignment

This procedure retrieves Unified Messaging plans assigned to the specified organization.

Arguments

Input Arguments Required Description

<path>

Yes

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

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

Output Arguments Description

<planName>

The name of the plan.

<planDescription>

The description of the plan.

<planTypeName>

The plan type.

<dateCreated>

The created date of the plan.

<dateLastUpdated>

The last updated date of the plan.

<dateAssigned>

The date the plan that it was assigned to the organization.

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="GetOrganizationPlanAssignment" 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" /> 
    </execute> 
  </procedure> 
</request>

Example XML Response

<response> 
  <data> 
    <planName>Unified Messaging</planName> 
    <planDescription>Exchange Unified Messaging Plan</planDescription> 
    <dateCreated>2005-01-14T22:55:37.630000000</dateCreated> 
    <dateLastUpdated>2005-01-14T22:55:37.630000000</dateLastUpdated> 
    <planTypeName>Unified Messaging Plan</planTypeName> 
    <dateAssigned>2005-01-14T22:55:37.630000000</dateAssigned> 
  </data> 
</response>

Applies To

Hosted Unified Messaging Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0