Click or drag to resize

MainCreateInitialIdentityUsers Method

Note: This API is now obsolete.

Creates user for all identities, who are not yet OIM users.
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 CreateInitialIdentityUsers(
	CodeMethodInvokeContext context,
	out string errorMessage
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
errorMessage
Type: SystemString
Error message when identities users are created. The output message is empty, if all users are created successfully.

Return Value

Type: Boolean
See Also