Hosted Active Directory::CreateOrganizationPlan

The CreateOrganizationPlan method creates a plan for the service that can be applied to an organizational unit.

Arguments

Input Arguments Required Description

<planDescription>

Yes

The plan Description.

<planName>

Yes

The plan Name.

<planTypeName>

Yes

The plan type Name.

<preferredDomainController>

Yes

The name of the preferred domain controller.

Remarks

Procedures Steps

  1. Managed Plans::CreatePlan

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="CreateOrganizationPlan" impersonate="1"> 
            <executeData> 
                        <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
                        <planDescription>Basic Plan</planDescription> 
                        <planName>Basic</planName> 
                        <planTypeName>Active Directory</planTypeName> 
            </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

HostedActiveDirectory::ModifyOrganizationPlan