PropelAuth · Arazzo Workflow
PropelAuth Migrate User With Password
Version 1.0.0
Import a user from an external auth system, resolve their ID, then attach a legacy password hash.
View Spec
View on GitHub
AuthenticationIdentityB2BMulti-TenancyAuthorizationRBACSSOSCIMMCPAPI KeysArazzoWorkflows
Provider
Workflows
migrate-user-with-password
Migrate a user from an external source, then attach their legacy password hash.
Imports a user from an external auth provider, resolves the new user ID by email, and migrates the legacy hashed password onto that user.
1
migrateUser
migrateUser
Import the user from the external authentication source.
2
resolveUser
fetchUserByEmail
Resolve the migrated user's PropelAuth ID by email.
3
migratePassword
migrateUserPassword
Attach the legacy hashed password to the migrated user.