Click or drag to resize

IdentityActivateRefIdentityUser Method

Note: This API is now obsolete.

Activates the user that an identity belongs to. If the identity doesn't belong to a user, nothing happens.
Codemethod usage-
Designed to be used in a process only (Yes/No) Yes
Action Object (data object type) Process target object

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 ActivateRefIdentityUser(
	CodeMethodInvokeContext context,
	string identityPropertySysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
The action object must be a process target object which must reference an identity.
identityPropertySysName
Type: SystemString
Contains the system name of a reference property pointing to an identity
See Also