> 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/server/web-interface/temporary-access-in-devolutions-server/approve-temporary-access-to-an-entry-in-devolutions-server.md).

# Approve temporary access to an entry in Devolutions Server

The ***Temporary Access*** feature allows users to request a temporary elevation of their permissions for a specific entry. The approver must then approve or deny the request.

{% hint style="info" %}
When using Devolutions Server, Microsoft SQL Server or Microsoft Azure SQL workspaces, you must first [Enable temporary access](https://docs.devolutions.net/rdm/kb/how-to-articles/enable-temporary-access/) in Remote Desktop Manager.
{% endhint %}

### View temporary access requests

To view all your past and current requests, you must use the following ***Pending Access Requests*** box to open the ***Temporary Access Requests*** window.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp6052.png)

In the ***Temporary Access Requests*** window, you can see all your temporary access requests and sort them by ***Status***, ***Requested By***, ***Connection Name***, ***Requested on***, ***Requested start time***, ***Requested end time***, ***Requested duration***, ***Authorized duration*** and ***Approver***.

![](https://cdnweb.devolutions.net/docs/DVLS6022_2025_3.png)

It is also possible to display only certain requests with the ***Status*** drop-down menu or with the filter bar at the top.

Using ***View*** (eye icon), you can view the ***Request message*** and the ***Authorization message*** of a specific request.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp6050.png)

Finally, clicking on ***Approve request*** or ***Deny request*** opens the ***Temporary Access Response*** window, which is described in the next section.

### Approve/Deny temporary access requests

{% hint style="info" %}
The duration of ***Temporary Access*** begins when the request is approved.
{% endhint %}

To respond to a request, you need to open the ***Temporary Access Response*** window. There are two ways to access it.

The first option is to use the ***Pending Access Requests*** box (see image below) in the ***Overview*** tab of your ***Dashboard***. Clicking on either the green check mark (approve the request) or the red "X" (deny the request) next to a request will open the ***Temporary Access Response*** window.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp6048.png)

The second option requires you to go through the other ***Pending Access Requests*** box described in the previous section. Whatever way you choose to access the response window, the result will be the same.

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp6037.png)

This view is divided into two sections:

* The ***Request Info*** section contains information about the user's request. Because this was done on the user's side, fields in this section cannot be edited. You can view the ***Entry's dependencies*** such as linked credentials and VPNs. Note that linked entries must be in the same vault. Credentials with PAM linked to regular vaults are not included.
* The ***Response Parameters*** section allows you to change the temporary access duration specified by the user. It is also possible to write a message to the user explaining your decision, but it remains optional.

Clicking on ***Approve request*** or ***Deny request*** will approve or deny the request, depending on what you selected earlier.

### Revoke temporary access

After the approbation, for any reason, you may revoke the user's temporary access by clicking on ***View Details*** again, then ***Revoke***. Be sure you want to do this first, since to regain access to the entry, they will need to make another request. Otherwise, their access will end within the set time frame.

![](https://cdnweb.devolutions.net/docs/DVLS6066_2024_1.png)

{% hint style="info" %}
To learn more about the end user experience in Devolutions Server, visit [Request temporary access to an entry in Devolutions Server](https://docs.devolutions.net/server/web-interface/temporary-access/request-temporary-access/).
{% endhint %}

#### See also

* [Devolutions Academy – Configuring temporary access](https://academy.devolutions.net/student/path/2942210/activity/4493542)


---

# 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/server/web-interface/temporary-access-in-devolutions-server/approve-temporary-access-to-an-entry-in-devolutions-server.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.
