Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Provision User
Version 1.0.0
Create a new user, then read it back to confirm provisioning.
Provider
Workflows
provision-user
Create a Microsoft 365 user and confirm it by reading it back.
Creates a user via POST /users (returns 201 with the new id), then fetches the same user via GET /users/{user-id} to verify the account was created.
1
createUser
createUser
Create a new, enabled user account with the supplied identity properties and an initial password profile that forces a password change at next sign-in.
2
confirmUser
getUser
Read the newly created user back by id to confirm provisioning and capture the durable profile properties.