Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Deprovision User
Version 1.0.0
Disable a user account, confirm the change, then delete the user.
Provider
Workflows
deprovision-user
Disable then delete a user, confirming the disable in between.
Disables a user via PATCH /users/{user-id} (204), confirms via GET /users/{user-id} (200), then deletes via DELETE /users/{user-id} (204).
1
disableUser
updateUser
Patch the user to disable their account before deletion.
2
confirmDisabled
getUser
Read the user back to confirm the account is now disabled.
3
deleteUser
deleteUser
Delete the user object. Returns 204 no content.