Click or drag to resize

OIMCustomerSettingKeyGetManagerIdsMode Field

The setting affects the behaviour of the API to retrieve the manager of an Identity. If the value is set to 0 the method looks for users in Identity.Manager and returns these if available. If Identity.Manager is empty it will look for the manager in field Identity.OrgUnit.Manager. If the value is set to 1, the method looks up both Identity.Manager and Identity.OrgUnit.Manager

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public const string GetManagerIdsMode = "GetIdentManMode"

Field Value

Type: String
See Also