| MainCreateIdentity Method |
Creates a new Identity data object based on a SignupRequest data object.
Status is set to "Pending".
Method overrides the security model.
Target object must be a SignupRequest object.
Namespace:
Omada.OE.Solution.OIM.Assembly.CIAM
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic void CreateIdentity(
CodeMethodInvokeContext context,
string copyRuleId
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- copyRuleId
- Type: SystemString
UId of copy rule used for copying from a SignupRequest to an Identity.
See Also