> 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/pam/concepts/just-in-time-elevation.md).

# Just-in-time elevation

**Just-in-time (JIT) elevation** in Devolutions PAM temporarily grants elevated privileges to user accounts only when needed, reducing the risk of standing permissions that can be exploited. This approach supports both standard and [zero-standing privilege (ZSP)](https://docs.devolutions.net/pam/concepts/zero-standing-privileges/) accounts.

For **standard accounts**, JIT elevation adds group memberships or roles at [check-out](https://docs.devolutions.net/pam/concepts/checkout-checkin/), and removes them upon [check-in](https://docs.devolutions.net/pam/concepts/checkout-checkin/). This means the account retains its base permissions but temporarily gains additional access during the session.

For **ZSP accounts**, which have no group memberships or privileges at rest, JIT elevation dynamically assigns the required access at [check-out](https://docs.devolutions.net/pam/concepts/checkout-checkin/) and ensures it is fully revoked upon [check-in](https://docs.devolutions.net/pam/concepts/checkout-checkin/). Security teams can monitor ZSP accounts to verify they remain empty between uses, helping maintain strict control and audit readiness.

By implementing JIT elevation, Devolutions PAM helps organizations improve security, enforce [least-privilege](https://docs.devolutions.net/pam/concepts/least-privilege/), and limit exposure time for sensitive access.

#### Just-in-time (JIT) elevation aliases

* JIT (privilege) elevation
* Temporary privilege elevation
* On-demand elevation (CyberArk)

#### Related topics

* [Just-in-time (JIT) elevation in Devolutions Server](https://docs.devolutions.net/pam/server/just-in-time/)

#### See also

* [Decoding just-in-time (JIT) elevation](https://blog.devolutions.net/2025/01/decoding-just-in-time-jit-elevation/)
* [Devolutions Academy – Demystifying just-in-time elevation and provisioning with Devolutions PAM](https://academy.devolutions.net/student/path/2354099/activity/4305214)
* [Glossary of Common Privileged Access Management (PAM) Terms](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [JIT privilege elevation made efficient by Devolutions](https://blog.devolutions.net/2025/01/jit-privilege-elevation-made-efficient-by-devolutions/)
* [Need Cybersecurity Insurance? Then You Probably Need PAM, Too](https://blog.devolutions.net/2023/10/need-cybersecurity-insurance-then-you-probably-need-pam-too/)


---

# 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/pam/concepts/just-in-time-elevation.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.
