> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/link-accounts.md).

# Link accounts

{% tabs %}
{% tab title="Windows" %}
The ***Linked account*** feature allows users to associate another account under the same user. This feature is particularly beneficial when a user needs to manage different accounts. For instance, a user may have an account with the email address "<bob@windjammer.co>" and another account with the email address "<_bob@windjammer.co>", which serves as an elevated or privileged account.

The primary purpose of linked accounts is to enhance user convenience and streamline account management.

{% hint style="info" %}
Both users need to be created before linking them together. Only one license is needed for each linked account pair.
{% endhint %}

#### Linking an account

1. Log in to your Team workspace with an administrator account.
2. In the ribbon, go to ***Administration*** – ***Management*** – ***Users***.
3. Select one of the users you want to pair, then click on ***Edit user***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0074.png" alt=""><figcaption></figcaption></figure>
4. Go to the ***Linked account*** tab.
5. Select the other account from the dropdown.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0075.png" alt=""><figcaption></figcaption></figure>
6. Click ***OK*** to save the changes and close the window, then click ***Close***.

The accounts are now linked. It is possible to check which accounts are linked by going back to the ***User and security management*** window, which is under the ***Users*** button, and scrolling to the ***Linked account*** column.

{% hint style="info" %}
There is no primary or secondary account functionality with this feature; meaning the order in which they are linked does not matter and each can be unlinked to then be linked to a different account without issue.To switch between both linked accounts, it is recommended to have a corresponding workspace using each credential.
{% endhint %}

#### See also

* [Devolutions Blog - How To Link Two Accounts to One License in Remote Desktop Manager](https://blog.devolutions.net/2023/08/how-to-link-two-accounts-to-one-license-in-remote-desktop-manager/)
  {% endtab %}

{% tab title="macOS" %}
The ***Linked account*** feature allows users to associate another account under the same user. This feature is particularly beneficial when a user needs to manage different accounts. For instance, a user may have an account with the email address "<bob@windjammer.co>" and another account with the email address "<_bob@windjammer.co>", which serves as an elevated or privileged account.

The primary purpose of linked accounts is to enhance user convenience and streamline account management.

{% hint style="info" %}
Both users need to be created before linking them together. Only one license is needed for each linked account pair.
{% endhint %}

#### Linking an account

1. Log in to your Team workspace with an administrator account.
2. In the ribbon, go to ***Administration*** – ***Users***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0120.png" alt=""><figcaption></figcaption></figure>
3. Select one of the users you want to pair, then click on ***Edit user***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0121.png" alt=""><figcaption></figcaption></figure>
4. Go to the ***Linked account*** tab.
5. Select the other account from the dropdown.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0122.png" alt=""><figcaption></figcaption></figure>
6. Click ***OK*** to save the changes and close the window, then click on ***Close***.

The accounts are now linked. It is possible to check which accounts are linked by going back to the ***User and security management*** window, which is under the ***Users*** button, and scrolling to the ***Linked account*** column.

{% hint style="info" %}
There is no primary or secondary account functionality with this feature; meaning the order in which they are linked does not matter and each can be unlinked to then be linked to a different account without issue.To switch between both linked accounts, it is recommended to have a corresponding workspace using each credential.
{% endhint %}

#### See also

* [Devolutions Blog - How To Link Two Accounts to One License in Remote Desktop Manager](https://blog.devolutions.net/2023/08/how-to-link-two-accounts-to-one-license-in-remote-desktop-manager/)
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/rdm/knowledge-base/how-to-articles/link-accounts.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.
