Azure Active Directory
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 |
|
|
Display name - The name to display in the address book Example: Claris Connect |
String |
|
|
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 |
|
|
Principal name - The principal name of the user Example: johndoe@example.com |
String |
|
|
Enabled - Whether the account is enabled. Default: true. |
Boolean |
|
|
Force change password - Whether the user must change their password on the next login. Default: true. |
Boolean |
|
|
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 |
|
Attribute data - The custom attribute data to add to the user {"gender": "Male", "location": "US"} |
JSON |
|
|
Attribute name - The name of the directory extension attribute Example: custom |
String |
|
|
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 |
|
Attribute name - The name of the directory extension attribute Example: role |
String |
|
|
Attribute data - The custom attribute data to update {"gender": "Male", "location": "US"} |
JSON |
|
|
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 |
|
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 |
|
Attribute name - The name of the directory extension attribute Example: role |
String |
|
|
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 |
|
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 |
|
Attribute name - The name of the directory extension attribute Example: role |
String |
|