PropelAuth · Arazzo Workflow
PropelAuth Create And Update User
Version 1.0.0
Create a user, fetch it back, then enrich the profile with a follow-up update.
View Spec
View on GitHub
AuthenticationIdentityB2BMulti-TenancyAuthorizationRBACSSOSCIMMCPAPI KeysArazzoWorkflows
Provider
Workflows
create-and-update-user
Create a user, fetch it back by ID, then update its profile fields.
Creates a user, reads the record back by user ID to confirm it persisted, and patches the user's name and properties in a follow-up update.
1
createUser
createUser
Create the user from the supplied email.
2
fetchUser
fetchUserById
Fetch the newly created user by ID to confirm it persisted.
3
updateUser
updateUser
Patch the user's display name fields.