Click or drag to resize

IdentityInactivateIdentityUser Method

Note: This API is now obsolete.

Inactivates 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) 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 void InactivateIdentityUser(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
The action object must be an identity.
See Also