Skip to main content

HelloID

Task: Create Azure AD user
Prerequisites

Please ensure that the AzureAD PowerShell module is installed.

Description

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

Variables (Create Azure AD user)

Name

Description

Type

Example

The username of the account which can connect to the Azure AD

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

string

{username}@{domainName}

The password of the account which can connect to the Azure AD

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

string

C0nNeCT@DP@ssW0rd!

The default password for the created account

The variable defaultPassword defines the password that will be used during the creation of the user. This password will only be used during the first time when the user wants login to the Azure domain environment. During the first login, the user needs to change the password.

string

Welkom@AzureDomain!

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
create_azure_ad_user.png