Managed Live Communications::DisableOrganizationUsers

The DisableOrganizationUsers procedure disables all user objects in an organization for Live Communications Server 2005.

Arguments

Input argument Required Description

<path>

Yes

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

<preferredDomainController>

Yes

The name of the preferred domain controller.

Remarks

Security

The DisableOrganizationUsers procedure has the following security requirements:

  • The caller is impersonated.

Sample Code

Example XML Request

The following is an example of an XML request for the DisableOrganizationUsers procedure of the Managed Live Communication Namespace:

<request> 
        <procedure> 
                <execute namespace="Managed Live Communications"  
                 procedure="DisableOrganizationUsers" impersonate="1"> 
                        <executeData> 
                        <path>LDAP://OU=alpineskihouse,OU=consolidatedmessenger, 
                         OU=Hosting,DC=FAbrikam,DC=Com</path> 
                        <preferredDomainController>AD01.fabrikam.com 
                        </preferredDomainController> 
                        </executeData> 
                        <after source="executeData" destination="data" mode="merge"/> 
                </execute> 
        </procedure> 
</request> 

Example XML Response

No example XML response.

Applies To

Managed Live Communications Namespace API for:

  • Hosted Messaging and Collaboration version 3.5

See also

Tasks

Managed Live Communications::EnableOrganizationUsers
Managed Live Communications::ModifyOrganizationUsers