Click or drag to resize

MainCreateIdentityUserEx Method

Note: This API is now obsolete.

Creates a user for the action object which should be an Identity.
Codemethod usageCode method is intended to be used in a Event Definition triggering on an object of type Identity is created.
Designed to be used in a process only (Yes/No) 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 bool CreateIdentityUserEx(
	CodeMethodInvokeContext context,
	string copyRuleUId
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
copyRuleUId
Type: SystemString
UId of copy rule used to copy data from the Identity to the User after the creation of the user object.

Return Value

Type: Boolean
See Also