Click or drag to resize

MainCreateInitialIdentityUser Method

Note: This API is now obsolete.

Creates a user for the action object which should be an Identity.
Codemethod usage
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 CreateInitialIdentityUser(
	CodeMethodInvokeContext context,
	bool checkIfAlreadyHasUser
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
checkIfAlreadyHasUser
Type: SystemBoolean
Check whether there is already a User connected to the Identity.

Return Value

Type: Boolean
See Also