Click or drag to resize

MiscControllerGetUserIdentityId Method (Int32)

Returns the IdentityId for a user. 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 int GetUserIdentityId(
	int userId
)

Parameters

userId
Type: SystemInt32
Id of a user for which the IdentityId should be returned.

Return Value

Type: Int32
Returns the IdentityId for the user. 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