> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/dt-offer-wall/publishers/task-specific-guides/user-management-in-dt-console.md).

# User Management in DT Console

The DT User Management tool allows different personas to have access to specific areas of the dashboard and perform various functions. This ensures each team member has the appropriate permissions for their responsibilities.

{% hint style="success" %}
Define user permissions before setting up [DT Offer Wall](/dt-offer-wall/publishers/app-setup-in-the-web-dashboard.md).
{% endhint %}

## Roles and Permissions <a href="#h_01jvvcndv15fdswhjj8w95wxgp" id="h_01jvvcndv15fdswhjj8w95wxgp"></a>

You can choose between four different roles in the system, each with its own unique set of permissions:

* Administrator
* Manager
* Developer
* Finance

The following table describes the permissions available to each role:

| PERMISSION / ROLE             | ADMINISTRATOR                                        | MANAGER                                              | DEVELOPER                                            | FINANCE                                              |
| ----------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| Create and Edit Apps          | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> |
| Create and Edit Placements    | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> |
| View Apps/Placements          | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> |
| Use Dynamic Reports           | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-x" style="color:$primary;">:x:</i>      | <i class="fa-check" style="color:$info;">:check:</i> |
| View Reporting API Keys       | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-x" style="color:$primary;">:x:</i>      | <i class="fa-check" style="color:$info;">:check:</i> |
| View Management API Keys      | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-x" style="color:$primary;">:x:</i>      | <i class="fa-x" style="color:$primary;">:x:</i>      |
| View and Edit Content Filters | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-check" style="color:$info;">:check:</i> |
| Invite/Edit Users             | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-x" style="color:$primary;">:x:</i>      | <i class="fa-x" style="color:$primary;">:x:</i>      | <i class="fa-x" style="color:$primary;">:x:</i>      |
| View and Edit Payment Details | <i class="fa-check" style="color:$info;">:check:</i> | <i class="fa-x" style="color:$primary;">:x:</i>      | <i class="fa-x" style="color:$primary;">:x:</i>      | <i class="fa-check" style="color:$info;">:check:</i> |

## User Management <a href="#h_01jvvg57ch4y91nbnpvsakgjh1" id="h_01jvvg57ch4y91nbnpvsakgjh1"></a>

The User Management window lists all team members and their specific roles, as well as additional details for those users with a developer role, the publishers, and the apps they have permission to access. Enter text in the search field to search for a specific team member or a particular role.

<div align="left" data-with-frame="true"><img src="/files/yF6D3DXi6cq0w1V8bvfa" alt=""></div>

### Adding Users and Assigning Roles <a href="#h_01jvvc39dmbgxefntn1743v5by" id="h_01jvvc39dmbgxefntn1743v5by"></a>

To add a new user and assign a role:

1. In the DT Console, click **User Management**.\
   The **User Management** window appears.

<div align="left" data-with-frame="true"><img src="/files/gPL4mBcD4oSQvJRzQcJ6" alt="" width="165"></div>

2. Click **Invite New User**.\
   The **Invite new user** window opens.
3. Enter the **Full Name** and **E-mail** of the new user in the required fields.
4. To assign the role, click the **Role** dropdown list and select the required role.
5. Click **Send Invite**.\
   The new user receives an activation email with a link to activate their account. After activation, the user can access dashboard features according to the assigned role.

<br>


---

# 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://docs.digitalturbine.com/dt-offer-wall/publishers/task-specific-guides/user-management-in-dt-console.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.
