Sift · Arazzo Workflow
Sift Screen Account Creation
Version 1.0.0
Score a new account on signup and decision the user when risk is high.
View Spec
View on GitHub
Fraud PreventionTrust And SafetyRisk ScoringIdentity VerificationChargebacksAccount TakeoverContent AbuseArazzoWorkflows
Provider
Workflows
screen-account-creation
Submit a create-account event, read the Sift Score, and decision risky users.
Records a $create_account event for synchronous scoring, retrieves the latest cached score for the user, and applies a decision to the user when the score exceeds the supplied risk threshold.
1
sendCreateAccount
sendEvent
Submit a $create_account event for the user with return_score=true so Sift computes a synchronous score for the requested abuse types.
2
getUserScore
getScore
Read back the latest cached Sift Score for the user across the requested abuse types so the workflow can branch on the numeric risk value.
3
decisionRiskyUser
applyUserDecision
Apply the configured risky-user decision to the user entity when the account abuse score crossed the threshold.
Source API Descriptions
openapi
openapi