Skip to main content

HelloID

Task: Delete Azure AD user
Prerequisites

Please ensure that the AzureAD PowerShell module is installed.

Description

This task will delete a user in the Azure Active Directory.

Variables (Delete Azure AD user)

Name

Description

Type

Example

connectADUsername

The variable connectADUsername is used to connect to the Azure Active Directory.

string

{username}@{domainName}

connectADPassword

The variable connectADPassword is used to connect to the Azure Active Directory.

string

C0nNeCT@DP@ssW0rd!

The Json which contains the user attributes

The variable json contains all the user attributes which are needed for creating the user.

string

Task editor
delete_azure_ad_user.png