Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

Microsoft Entra ID

With Microsoft Entra ID (formerly Active Directory) modules in Boost.space Integrator, 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 Boost.space Integrator

  1. Log in to your Boost.space Integrator account, add a Microsoft Entra ID module to your scenario, and click Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. Optional: Click Show advanced settings and enter your client credentials and tenant ID.

  4. Click Save.

  5. 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

Search Users

Retrieves a list of users.

Connection

Establish a connection to your Microsoft Entra ID account.

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: memberOf or transitiveMemberOf.

Filter

Used to retrieve just a subset of a collection. Can also be used to retrieve relationships like memberOf and transitiveMemberOf. For example, find all users whose display name starts with the letter ‘J’: startsWith(displayName,'J'). Supports the OData system query language.

Order by

Specifies the sort order of the items returned. The default order is ascending order. For example: displayName desc.

Search

Restricts the results of a request to match a search criterion. For example: "description:One" AND ("displayName:Video" OR "displayName:Drive"). Supports OData system query language and $search query parameters.

Select

Returns a set of properties that are different than the default set. With select, you can specify a subset or a superset of the default properties. For example: id,displayName.

Limit

Enter the maximum number of users Boost.space Integrator returns during one scenario execution cycle.

Create a User

Creates a new user.

Connection

Establish a connection to your Microsoft Entra ID account.

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 RFC 822. By convention, this should map to the user’s email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains.

Password Profile

Password

The password must satisfy minimum requirements as specified by the user’s password policies property. By default, a strong password is required.

Force Change Password

Select whether to force change the password.

Force Change Password With MFA

Select whether to force change the password with multifactor authentication.

Get a User

Retrieves a specific user.

Connection

Establish a connection to your Microsoft Entra ID account.

User ID or Principal Name

Enter the ID or name of the user you want to retrieve.

Get a User’s Memberships

Retrieves the list of groups memberships for a specific user.

Connection

Establish a connection to your Microsoft Entra ID account.

User ID or Principal Name

Enter the ID or name of the user you want to retrieve membership information for.

Security Enabled Only

Yes to specify that only security groups that the entity is a member of should be returned; No to specify that all groups and directory roles that the entity is a member of should be returned.

Update a User

Updates a user’s information.

Connection

Establish a connection to your Microsoft Entra ID account.

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.

Mail

Enter the SMTP address for the user, for example, [email protected].

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 en-US.

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 DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword.

Password Profile

Password

The password must satisfy minimum requirements as specified by the user’s password policies property. By default, a strong password is required.

Force Change Password

Select whether to force change the password.

Force Change Password With MFA

Select whether to force change the password with multifactor authentication.

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: US, JP, and GB.

User Principal Name

It’s an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user’s email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains.

User Type

Enter the user type.

Delete a User

Deletes a specific user.

Connection

Establish a connection to your Microsoft Entra ID account.

User ID or Principal Name

Enter the ID or name of the user you want to delete.

Groups

Search Groups

Retrieves a list of groups.

Connection

Establish a connection to your Microsoft Entra ID account.

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: members.

Filter

Used to retrieve just a subset of a collection. Can also be used to retrieve relationships like members and transitiveMembers. For example, find all groups whose display name starts with the letter ‘J’: startsWith(displayName,'J'). Supports the OData system query language.

Order by

Specifies the sort order of the items returned. The default order is ascending order. For example: displayName desc.

Search

Restricts the results of a request to match a search criterion. For example: "description:One" AND ("displayName:Video" OR "displayName:Drive"). Supports OData system query language and $search query parameters.

Select

Returns a set of properties that are different than the default set. With select, you can specify a subset or a superset of the default properties. For example: id,displayName.

Limit

Enter the maximum number of groups Boost.space Integrator returns during one scenario execution cycle.

Get a Group

Retrieves information about a specific group.

Connection

Establish a connection to your Microsoft Entra ID account.

Group ID

Enter the ID of the group you want to retrieve.

Add Members to a Group

Allows you to add multiple members to a group.

Connection

Establish a connection to your Microsoft Entra ID account.

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.

Remove Member from Group

Removes a single member from a specific group.

Connection

Establish a connection to your Microsoft Entra ID account.

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

Make an API Call

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Microsoft Entra ID account.

URL

Enter a path relative to https://graph.microsoft.com. For example: /v1.0/users.

[Note] Note

For 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.

Get Current User

Retrieves user information for the signed-in user.