| IdentityControllerGetIdentitiesUserIds Method (IEnumerableInt32) |
The method returns the ids of the users which the specified identities belongs to (if any).
Delete-marked users are ignored.
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 Dictionary<int, int> GetIdentitiesUserIds(
IEnumerable<int> identityIds
)
Parameters
- identityIds
- Type: System.Collections.GenericIEnumerableInt32
Must contain at least one element.
Return Value
Type:
DictionaryInt32,
Int32
Returns a dictionary where the keys are identity ids and the values are user ids.
Some of the specified identity ids may be absent if they don't have a corresponding user.
See Also