# Inactive Users

{% hint style="info" %}
This report displays cached data from the CIPP reporting database. Click the Sync button to update the cache for the current tenant.
{% endhint %}

The report indicates whether inactive users have licenses assigned. It examines both interactive and non-interactive sign-in dates to determine this. This page lists all inactive users in the tenant who have not logged in for 180 days or more.

## Table Columns

|                                        |                                                                                                                                                                                                                                                    |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ID                                     | The GUID of the tenant concatenated with the GUID of the user separated by an underscore                                                                                                                                                           |
| Tenant ID                              | GUID of the tenant                                                                                                                                                                                                                                 |
| Tenant Display Name                    |                                                                                                                                                                                                                                                    |
| Azure Ad User Id                       | GUID of the user                                                                                                                                                                                                                                   |
| Display Name                           | User's display name                                                                                                                                                                                                                                |
| User Principal Name                    | User's UPN                                                                                                                                                                                                                                         |
| User Type                              | User type of "Member", "Guest", or "SharedMailbox"                                                                                                                                                                                                 |
| Created Date Time                      | Relative time since the account was created                                                                                                                                                                                                        |
| Number of Assigned Licenses            |                                                                                                                                                                                                                                                    |
| Last Refreshed Date Time               | Relative time since the last refresh on the login statistics                                                                                                                                                                                       |
| Last Sign In Date Time                 | Relative time since the last login                                                                                                                                                                                                                 |
| Last Non Interactive Sign In Date Time | Relative time since the last non interactive sign in. For more information on what a non interactive sign in is, please see [Microsoft Learn](https://learn.microsoft.com/en-us/entra/identity/monitoring-health/concept-noninteractive-sign-ins). |

## Table Actions

<table><thead><tr><th></th><th></th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>View User</td><td>Opens the CIPP user page for the selected user</td><td>false</td></tr><tr><td>Edit User</td><td>Opens the CIPP edit user page for the selected user</td><td>false</td></tr><tr><td>Block Sign In</td><td>Opens a modal to confirm if you want to block sign in for the user</td><td>true</td></tr><tr><td>Delete User</td><td>Opens a modal to confirm if you want to delete the user</td><td>true</td></tr><tr><td>More Info</td><td>Opens Extended Info flyout</td><td>false</td></tr></tbody></table>

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?assignees=\&labels=enhancement%2Cno-priority\&projects=\&template=feature.yml\&title=%5BFeature+Request%5D%3A+) on GitHub.


---

# 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://docs.cipp.app/user-documentation/identity/reports/inactive-users-report.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.
