Temporal · Arazzo Workflow
Temporal Provision a User and Verify Membership
Version 1.0.0
Create a User, then page Users to confirm the new account appears.
Provider
Workflows
provision-user
Create a User and confirm it via the Users listing.
Chains createUser with listUsers so the newly created account can be confirmed against the live directory.
1
createUser
createUser
Create the User from the supplied email and access spec.
2
confirmUser
listUsers
List Users to confirm the new account is present in the account directory and capture the page token for any further paging.