HostedActiveDirectory::GetOrganizationPlan

The GetOrganizationPlan method retrieves the details of an existing service plan.

Arguments

Input Arguments Required Description

<preferredDomainController>

Yes

The name of the preferred domain controller

<planName>

Yes

The plan name

Output Arguments Description

<planDescription>

The description for the plan

<planTypeName>

The name of the plan type

Remarks

Procedure Steps

  1. Managed Plans::GetPlan

Sample Code

Example XML Request

<request xmlns:xsl="https://www.w3.org/1999/XSL/Transform"> 
        <procedure xmlns:xsl='https://www.w3.org/1999/XSL/Transform'> 
                <execute namespace="Hosted Active Directory" procedure="GetOrganizationPlan" impersonate="1"> 
                        <executeData> 
                                <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
                                <planName>Basic</planName> 
                        </executeData> 
                        <after source="executeData" destination="data" mode="merge"/> 
                </execute> 
        </procedure> 
</request>

Applies To

Hosted Active Directory Namespace API for

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

See also

Tasks

Hosted Active Directory::CreateOrganizationPlan
HostedActiveDirectory::ModifyOrganizationPlan