UserUpdate.

UpdateOrganizationUnit(string, string, string) Method

Summary

Updates the Organizational Unit the user is in.

Syntax

public void UpdateOrganizationUnit(string propertyName, string propertyValue, string organizationalUnit)

Parameters

Name Type Description
propertyName string The name of the property to use to search.
propertyValue string The value of the property to search using.
organizationalUnit string The new organizational unit.

Return Value

Type Description
void