Click or drag to resize

IdentityControllerGetUsersIdentityId Method

Returns the IdentityId for a list of users. The identity of the user is found by inspecting the 'Identity' reference property present on the User data object type. If the user doesn't have a referred identity the method returns 0.

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 Dictionary<int, int> GetUsersIdentityId(
	IEnumerable<int> userIds
)

Parameters

userIds
Type: System.Collections.GenericIEnumerableInt32
Id of users for which the IdentityId should be returned.

Return Value

Type: DictionaryInt32, Int32
Returns the IdentityId for a list of users. The identity of the user is found by inspecting the 'Identity' reference property present on the User data object type. If the user doesn't have a referred identity zero is returned.
See Also