Microsoft Entra · Arazzo Workflow
Microsoft Entra Deprovision User
Version 1.0.0
Disable a user account, then delete the user from the directory.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
deprovision-user
Disable a user account then delete it (soft-delete to deletedItems).
Sets accountEnabled to false to block sign-in, then deletes the user object, moving it to the recoverable deletedItems container.
1
disableUser
updateUser
Disable the account by setting accountEnabled to false. Returns 204 with no body.
2
deleteUser
deleteUser
Delete the user object, moving it to the deletedItems container for possible restore within 30 days.