Click or drag to resize

OrgUnitControllerGetManagedOrgUnitIds Method

Returns the ids of all org. units that has a manager which is present in the stated list of users and groups. Note: an org. unit can have several managers - both users and groups. Note2: indirectly managed org. units are NOT returned. Security is not considered.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetManagedOrgUnitIds(
	int ownerId
)

Parameters

ownerId
Type: SystemInt32
Id of af user for whom we want to retrieve the orgunits that she owns (directly or via a group membership).

Return Value

Type: IntegerList
See Also