# 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 its Data Showcase, 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" %}
You must be an Admin in the Data Showcase project, which contains the Data Showcase dataset, 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.
{% endhint %}

When the TRE is set to Public, any platform user can discover the environment in **Data Resources** > **Resource Center**, explore its Data Showcase, 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: 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://documentation.dnanexus.com/admin/trusted-research-environments/configuring-tre-membership.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.
