Azure Active Directory

Azure Active Directory icon

Azure has more than 100 services with great end-to-end tools to make you successful.

Actions

Action

Configuration fields

Data type

Required?

Create user - Create a new user

On-premise ID - Only needs to be specified when creating a new user account if you are using a federated domain for the user's principal name.

String

 

Mail nickname - The mail alias for the user

Example: ClarisConnect

String

Checkmark icon, required field

Display name - The name to display in the address book

Example: Claris Connect

String

Checkmark icon, required field

Password - The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login.

Example: my-secret-password

String

Checkmark icon, required field

Principal name - The principal name of the user

Example: johndoe@example.com

String

Checkmark icon, required field

Enabled - Whether the account is enabled. Default: true.

Boolean

Checkmark icon, required field

Force change password - Whether the user must change their password on the next login. Default: true.

Boolean

Checkmark icon, required field

Add directory extension attribute to user - Adds a custom directory extension attribute to a user

User ID or email - The ID or email of ther user

Example: 7e3d4aee-3c5b-437d-b331-74508a096905

String

Checkmark icon, required field

Attribute data - The custom attribute data to add to the user

{ "gender": "Male", "location": "US" }

JSON

Checkmark icon, required field

Attribute name - The name of the directory extension attribute

Example: custom

String

Checkmark icon, required field

Update user directory extension attribute - Updates a directory extension attribute of a user

User ID or email - The ID or email address of the user

Example: 7e3d4aee-3c5b-437d-b331-74508a096905

String

Checkmark icon, required field

Attribute name - The name of the directory extension attribute

Example: role

String

Checkmark icon, required field

Attribute data - The custom attribute data to update

{ "gender": "Male", "location": "US" }

JSON

Checkmark icon, required field

Get user by email - Returns a user by email address

User ID or email - The ID or email address of the user to return

Example: johndoe@example.com

String

Checkmark icon, required field

Remove user directory extension attribute - Removes a directory extension attribute from a user

User ID or email - The ID or email address of the user

Example: 7e3d4aee-3c5b-437d-b331-74508a096905

String

Checkmark icon, required field

Attribute name - The name of the directory extension attribute

Example: role

String

Checkmark icon, required field

Get all user directory extension attributes - Returns a list of a user's directory extension attributes

User ID or email - The ID or email address of the user

Example: 7e3d4aee-3c5b-437d-b331-74508a096905

String

Checkmark icon, required field

Get user extension attribute - Returns an extension attribute of a user

User ID or email - The ID or email address of the user

Example: 7e3d4aee-3c5b-437d-b331-74508a096905

String

Checkmark icon, required field

Attribute name - The name of the directory extension attribute

Example: role

String

Checkmark icon, required field