| IdentityControllerGetIdentitiesUserIds Method (IEnumerableInt32, Int32) |
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,
int defaultValue
)
Parameters
- identityIds
- Type: System.Collections.GenericIEnumerableInt32
Must contain at least one element.
- defaultValue
- Type: SystemInt32
Return Value
Type:
DictionaryInt32,
Int32
Returns a dictionary where the keys are identity ids and the values are user ids.
If user id is not present, default value is returned
See Also