> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/automation/runbooks/runbook-references/org/applications/list-inactive-enterprise-applications.md).

# List Inactive Enterprise Applications

### Description

This runbook identifies enterprise applications with no recent sign-in activity based on Microsoft Entra ID sign-in logs. It lists apps that have not been used for the specified number of days and apps that have no sign-in records. Use it to find candidates for review, cleanup, or decommissioning.

### Location

Organization → Applications → List Inactive Enterprise Applications

**Full Runbook name**

rjgit-org\_applications\_list-inactive-enterprise-applications

### Permissions

#### Application permissions

* **Type**: Microsoft Graph
  * Directory.Read.All
  * Device.Read.All

### Parameters

#### Days

Number of days without user logon to consider an application as inactive. Default is 90 days.

| Property      | Value |
| ------------- | ----- |
| Required      | false |
| Default Value | 90    |
| Type          | Int32 |

[Back to Runbook Reference overview](/automation/runbooks/runbook-references.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:

```
GET https://docs.realmjoin.com/automation/runbooks/runbook-references/org/applications/list-inactive-enterprise-applications.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.
