Amplitude · Arazzo Workflow
Amplitude SCIM User Provisioning
Version 1.0.0
Provision a SCIM user, read the account back, then deactivate it via a SCIM patch.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
provision-and-deactivate-user
Create a SCIM user, read it back, and deactivate it.
Drives a SCIM user through provisioning, retrieval, and deactivation so the onboarding-to-offboarding lifecycle is exercised end to end.
1
createUser
createScimUser
Provision a new SCIM user with the supplied user name and name components. Confirms creation by checking for the 201 Created status.
2
getUser
getScimUser
Retrieve the newly provisioned user by their SCIM ID to confirm the account exists and is active.
3
deactivateUser
updateScimUser
Apply a SCIM PatchOp that replaces the active attribute with false to deactivate the account during offboarding.