Click or drag to resize

MainUpdateIdentityUser Method

Note: This API is now obsolete.

Updates the User object related to an updated Identity data object.

Codemethod usage
Code method is intended to be used in a ""event definition"" triggered when an Identity is updated.The UserName is synchronized with the IdentityID. No
Action Object (data object type)Identity

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Users should be provisioned using Governance for Omada Identity.")]
public void UpdateIdentityUser(
	CodeMethodInvokeContext context,
	string copyRuleUId
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
copyRuleUId
Type: SystemString
Copy rule UId to use when copying data from the target Identity to User.
See Also