Click or drag to resize

MainUpdateIdentityUserName Method

Used by the change email process to update the identity user username

Namespace:  Omada.OE.Solution.OIM.Assembly.CIAM
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateIdentityUserName(
	CodeMethodInvokeContext context,
	int identityId,
	string userName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
identityId
Type: SystemInt32
userName
Type: SystemString
See Also