| IdentityControllerGetManagerIds Method (Int32, ContextControllerCrawlMode) |
Returns the "managers" of an identity.
The managers are the owners of the identity's primary context (or the owner of an ancestor context if the primary context itself has no owners).
If one or more supervisors are stated (according to the identity's primary context type) on the identity then these are returned as priority one.
Managers are either users or (non-personal) groups (or a combination).
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic IntegerList GetManagerIds(
int identityId,
ContextControllerCrawlMode crawlMode = ContextControllerCrawlMode.CrawlIfEmpty
)
Parameters
- identityId
- Type: SystemInt32
Id of the identity.
- crawlMode (Optional)
- Type: Omada.OE.Solution.OIM.AppLogicContextControllerCrawlMode
Return Value
Type:
IntegerList
Returns a collection of user ids.
Can return an empty collection if no manager(s) are found.
See Also