# Invite Users

Any Company Administrator or Tenant Super Administrator can invite users to a company or tenant, and assign the appropriate role.

After a User has been invited they will receive an email from `twilio@adaptiva.com` with two links. The first link allows users to register to the OneSite Cloud Portal. Once the user creates their account, they can return to the invite email and select the second link, which presents the login page, allowing the user to log in to the OneSite Cloud Portal and activate their account with the Tenant.

![](/files/tcVTofsvb4IiTmmtVF0U)

Follow the steps below for the Administrator or for the invited user to complete this process.

## Invite Users to a Company or Tenant

1. Select **Invite User** on the upper-right of the **Company** or **Tenant** page.

   ![](/files/QpElfA0kf1XPRL3nFPUB)
2. Enter the **User email**.
   * You must use a corporate email account. No public domains are allowed (such as gmail.com, hotmail.com, outlook.com, etc.).
3. Select the **User Role** dropdown menu, and then select either the Company Administrator role or the Company Super Administrator role to assign to the invited user.

   ![](/files/3ZQppBPdzVffGXjA0GdN)
4. Select **OK** to send the invite.

## Register New User

Once a user has received a invite notification email and clicked the register link they will need to fill out the **Register New User** form with their credentials.

![](/files/qXIKqWTcCGIln7x8nTCr)

By default, your account is created as an Adaptiva account type, which uses a separate password and does not support Single Sign-On (SSO).

1. As a new user, select the first link from the Twilio invite email to open the **Register New User** page.
2. Select **Adaptiva** from the **Admin Type** dropdown and enter:

   * **Email Address** - You must use a corporate email account. No public domains are allowed (such as, gmail.com, hotmail.com, outlook.com, etc.).
   * **Password** - Strong passwords are enforced for Adaptiva accounts; the password must be at least 10 characters long and contain at least one digit, an uppercase letter, and a lowercase letter.
   * **First Name** and **Last Name**

   ![](/files/tD4Kkd9siXmPgcOsxbH8)
3. Fill out any optional information and click **Register**.
4. Go back to the email notification and select the second link to gain access to the Company or Tenant you were invited to.

## Invite Users with Entra ID

The Admin Portal is intended for administrator use and may require a separate account from your regular company credentials. If your organization uses Microsoft Entra ID and you want to enable SSO, follow the steps below.

### Registering as a brand new user

Once you have received an invite link for a Company or Tenant, you can register in the same way as you would with your Adaptiva credentials above, but will need to change the following options.

1. Change **Admin Type** to **OpenID Connect** from the dropdown and click on the **Sign up with Microsoft** button.

   ![](/files/tD4Kkd9siXmPgcOsxbH8)
2. Fill out the remaining required information along with any optional information and click **Register**.
3. Go back to the email notification and select the second link to gain access to the Company or Tenant you were invited to.

### Change an existing user to use their Entra ID

If you previously registered your account with Adaptiva credentials, you can switch to use your Entra login by changing the **Admin Type** from **Adaptiva** to **OpenID Connect** **Admin Type** and this will prompt you to register again.

{% hint style="info" %}
You can only change your own account, any other admin does not have write access to your account.
{% endhint %}

1. Log into the Cloud Portal with your Adaptiva credentials.
2. Click the **settings gear > Settings > Security > Administrators** from the top right of the Cloud Portal pane.

   ![](/files/p2GsKCo5eKgcC5PAKp3J)
3. Select the existing registered Admin.
4. Change the **Admin Type** to **OpenID Connect** from the **Admin Type** dropdown and select **Microsoft** from the **Identity Provider** dropdown.
5. Click **Save**.
6. Click the **More** dropdown and select **Invite**.

   ![](/files/mkLMYBLwHF0K6nCjwqMk)

   * This will send an invite to your email. You will then need to accept this invitation to register a unique Subject ID with your User Account.
7. Log yourself out the Cloud Portal, then log back in by clicking **Log in with Microsoft**. This will open the **Register New User** pane where you will need to register again.

   ![](/files/CV6PHUTVnwWQLx25sAJQ)
8. Select **OpenID Connect** from the **Admin Type** dropdown and click on the **Sign up with Microsoft** button.
9. Click **Register**.

Once you have logged out again, your previous Adaptiva password will no longer work and you will be required to always sign in with Microsoft Entra.

### Switching back to Adaptiva credentials

{% hint style="info" %}
If using a SaaS version older than 10.1.972.x please reach out to our [Support Team](https://adaptiva.com/support) for assistance.
{% endhint %}

If you no longer wish to sign in via Entra, please walkthrough the steps below:

1. Click the **settings gear > Settings > Security > Administrators** from the top right of the Cloud Portal pane.

   ![](/files/p2GsKCo5eKgcC5PAKp3J)
2. Select you name from the table.
3. Select **Adaptiva** from the **Admin Type** dropdown.
4. Enter a password into the **Password** and **Confirm Password** fields.

   ![](/files/LKbci8uUwu6rwqa74F8Z)
5. Click **Save**.

Now you should be able to login with Adaptiva credentials the next time you log in.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adaptiva.com/cloud/user-management/invite-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
