Microsoft Entra ID
With Microsoft Entra ID (formerly Active Directory) modules in Make, you can search for, create, retrieve, update, and delete users and retrieve and manage groups.
To get started with Microsoft Entra ID, create an account at aad.portal.azure.com.
Connect Microsoft Entra ID to Make
Log in to your Make account, add a Microsoft Entra ID module to your scenario, and click Create a connection.
Optional: In the Connection name field, enter a name for the connection.
Optional: Click Show advanced settings and enter your client credentials and tenant ID.
Click Save.
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more Microsoft Entra ID modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.
Users
Retrieves a list of users.
Connection | |
Expand | Used to include the expanded resource or collection referenced by a single relationship (navigation property) in your results. Only one relationship can be expanded in a single request. For example: |
Filter | Used to retrieve just a subset of a collection. Can also be used to retrieve relationships like |
Order by | Specifies the sort order of the items returned. The default order is ascending order. For example: |
Search | Restricts the results of a request to match a search criterion. For example: |
Select | Returns a set of properties that are different than the default set. With |
Limit | Enter the maximum number of users Make returns during one scenario execution cycle. |
Creates a new user.
Connection | |||||||
Account Enabled | Select whether or not the account is enabled. | ||||||
Display Name | Enter the name to display in the address book for the user. | ||||||
On Premises Immutable ID | Only needs to be specified when creating a new user account if you are using a federated domain for the User Principal Name. | ||||||
Mail Nickname | Enter the mail alias for the user. | ||||||
User Principal Name | It's an Internet-style login name for the user based on the Internet standard | ||||||
Password Profile |
|
Retrieves a specific user.
Connection | |
User ID or Principal Name | Enter the ID or name of the user you want to retrieve. |
Retrieves the list of groups memberships for a specific user.
Connection | |
User ID or Principal Name | Enter the ID or name of the user you want to retrieve membership information for. |
Security Enabled Only |
|
Updates a user's information.
Connection | |||||||
User ID or Principal Name | Enter the ID or name of the user you want to update. | ||||||
Account Enabled | Select whether or not the account is enabled. | ||||||
Given Name | Enter the given name (first name) of the user. | ||||||
Surname | Enter the user's surname (family name or last name). | ||||||
Display Name | Enter the name to display in the address book for the user. | ||||||
Mobile Phone | Enter the primary cellular telephone number for the user. | ||||||
Business Phones | Enter the telephone numbers for the user. | ||||||
Enter the SMTP address for the user, for example, | |||||||
Mail Nickname | Enter the mail alias for the user. This property must be specified when a user is created. | ||||||
Other Mails | Enter any additional email addresses for the user; for example: ["[email protected]", "[email protected]"]. | ||||||
Company Name | Enter the company name which the user is associated. | ||||||
Street Address | Enter the street address of the user's place of business. | ||||||
City | Enter the city in which the user is located. | ||||||
Postal Code | Enter the postal code for the user's postal address. | ||||||
State | Enter the state or province in the user's address. | ||||||
Country | Enter the country/region in which the user is located. | ||||||
About Me | Enter any text for the user to describe themselves. | ||||||
Birthday | Enter the birthday of the user. See the list of supported date formats. | ||||||
My Site | Enter the URL for the user's personal site. | ||||||
Past Projects | A list for the user to enumerate their past projects. | ||||||
Interests | A list for the user to describe their interests. | ||||||
Schools | A list for the user to enumerate the schools they have attended. | ||||||
Skills | A list for the user to enumerate their skills. | ||||||
Preferred Language | Enter the preferred language for the user. Should follow ISO 639-1 Code; for example | ||||||
Age Group | Select the age group of the user. | ||||||
Consent Provided For Minor | Select whether consent has been obtained for minors. | ||||||
Job Title | Enter the user’s job title. | ||||||
Employee Type | Enter the employee type. | ||||||
Employee ID | Enter the employee identifier assigned to the user by the organization. | ||||||
Employee Hire Date | Enter the hire date of the user. See the list of supported date formats. | ||||||
Department | Enter the name for the department in which the user works. | ||||||
Office Location | Enter the office location in the user's place of business. | ||||||
Responsibilities | A list for the user to enumerate their responsibilities. | ||||||
On Premises Immutable ID | Only needs to be specified when creating a new user account if you are using a federated domain for the User Principal Name. | ||||||
Password Policies | This value is an enumeration with one possible value being | ||||||
Password Profile |
| ||||||
Usage Location | A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: | ||||||
User Principal Name | It's an Internet-style login name for the user based on the Internet standard | ||||||
User Type | Enter the user type. |
Deletes a specific user.
Connection | |
User ID or Principal Name | Enter the ID or name of the user you want to delete. |
Groups
Retrieves a list of groups.
Connection | |
Expand | Used to include the expanded resource or collection referenced by a single relationship (navigation property) in your results. Only one relationship can be expanded in a single request. For example: Expand is not currently supported with advanced queries. |
Filter | Used to retrieve just a subset of a collection. Can also be used to retrieve relationships like |
Order by | Specifies the sort order of the items returned. The default order is ascending order. For example: |
Search | Restricts the results of a request to match a search criterion. For example: |
Select | Returns a set of properties that are different than the default set. With |
Limit | Enter the maximum number of groups Make returns during one scenario execution cycle. |
Retrieves information about a specific group.
Connection | |
Group ID | Enter the ID of the group you want to retrieve. |
Allows you to add multiple members to a group.
Connection | |
Group ID | Enter the ID of the group you want to add members to. |
Members IDs | Add the IDs or names of users you want to add to the group. |
Removes a single member from a specific group.
Connection | |
Group ID | Enter the ID of the group you want to remove a member from. |
Members ID | Select the ID of the member you want to remove from the group. |
Other
Performs an arbitrary authorized API call.
Connection | |
URL | Enter a path relative to NoteFor the list of available endpoints, refer to the Microsoft Entra ID API documentation. |
Method | Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |
Retrieves user information for the signed-in user.