> For the complete documentation index, see [llms.txt](https://documentation.dnanexus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.dnanexus.com/admin/trusted-research-environments/configuring-tre-membership.md).

# Configure TRE Admins and Authorized Users

{% hint style="info" %}
Apollo and Trusted Research Environments licenses are required to use Trusted Research Environments on the DNAnexus Platform. [Contact DNAnexus Sales](mailto:sales@dnanexus.com) for more information.
{% endhint %}

TRE membership controls who can administer a Trusted Research Environment and who can discover it and submit data access requests. You can update membership at any time regardless of the TRE lifecycle state.

TREs use two membership categories:

* **TRE Admins** can modify TRE settings, configure the resource inventory, manage review steps, and transition lifecycle states.
* **Authorized Users** can discover the TRE in **Data Resources** > **Resource Center**, explore the Data Showcase (if one exists), and submit data access requests.

## Add a TRE Admin

Only individual users can be TRE Admins. You can add one user at a time. Each TRE supports up to 100 TRE Admins.

1. In your org details, navigate to the **TRE** tab.
2. Click the TRE you want to edit.
3. Under **Membership**, click **Manage TRE Admins**.
4. Enter a user ID or email address.
5. Click **+ Add**.

## Remove a TRE Admin

1. In your org details, navigate to the **TRE** tab.
2. Click the TRE you want to edit.
3. Under **Membership**, click **Manage TRE Admins**.
4. Hover over the user, then click **Remove User**.

{% hint style="warning" %}
You cannot remove yourself from the TRE Admin list. Another TRE Admin must remove you if needed.
{% endhint %}

## Add an Authorized User

You can add individual users or entire organizations. Adding an organization grants all its members Authorized User access. You can add one entry at a time. The TRE supports up to 1,000 authorized users.

{% hint style="info" %}
If the TRE has a Data Showcase, you must be an Admin in the Data Showcase project to add Authorized Users.
{% endhint %}

1. In your org details, navigate to the **TRE** tab.
2. Click the TRE you want to edit.
3. Under **Membership**, click **Manage Authorized Users**.
4. Enter a user ID, user email, or organization ID.
5. Click **+ Add**.

## Remove an Authorized User

1. In your org details, navigate to the **TRE** tab.
2. Click the TRE you want to edit.
3. Under **Membership**, click **Manage Authorized Users**.
4. Hover over the user or organization, then click **Remove User**.

## Make the TRE Public

By default, access is restricted to Authorized Users. To make the TRE discoverable by all platform users, set its visibility to Public. For considerations on planning TRE visibility, see [planning membership and visibility](/admin/trusted-research-environments/planning-a-tre.md#plan-membership-and-visibility).

1. In your org details, navigate to the **TRE** tab.
2. Click the TRE you want to edit.
3. Under **Membership**, click **Manage Authorized Users**.
4. Under **Visibility & Access**, select **Public** from the dropdown.
5. Review the warning and click **Make Public**.

{% hint style="danger" %}
Switching to **Public** immediately removes all users and organizations from the Authorized Users list. If you later restrict access, you must re-add authorized users individually or by organization.
{% endhint %}

When the TRE is set to Public, any platform user can discover the environment in **Data Resources** > **Resource Center**, explore its Data Showcase (if one exists), and submit a data access request.

{% hint style="info" %}
Being a TRE Admin does not grant you Authorized User access. If you do not add your own account as an Authorized User, you cannot see this TRE in **Data Resources** > **Resource Center**.
{% endhint %}

For a complete breakdown of TRE personas and their platform permissions, see [TRE roles and permissions](/user/trusted-research-environments/roles-and-permissions.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.dnanexus.com/admin/trusted-research-environments/configuring-tre-membership.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
