Click or drag to resize

MainCreateIdentityUser Method

Note: This API is now obsolete.

The method creates a new OIM user based on an identity selected in a reference property on the action object.
Codemethod usageThe CodeMethod is typically used in a Create Event on an Identity object or in a Joiner process.
Designed to be used in a process only (Yes/No) No
Action Object (data object type)Object type with reference to 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 CreateIdentityUser(
	CodeMethodInvokeContext context,
	string identityPropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
identityPropertySysName
Type: SystemString
Must specify the system name of a reference property used to refer an identity data object. The user is created based on the referred identity.

Return Value

Type: Boolean
See Also