> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/release-notes/enterprise/admin-console/older/admin-console-14.2.3.md).

# Admin Console 14.2.3

## Features & Benefits

A full user status report can be downloaded from the Admin Console Dashboard view.  To download the report, click on (...) then "Download"

![Download User Status Report](/files/-LmRVQ0Ao2skx7edRv_F)

The report is a .csv file that contains the following columns:

1. Email
2. Name
3. Active/Invited Status ("active" or "invited")
4. Locked/Disabled Status ("locked")
5. Blocked/Pending Transfer ("blocked")
6. Last Login Date
7. Node Tree
8. Roles (pipe-delimited)
9. Teams (pipe-delimited)

![User Status Report](/files/-LmRXmrvH5jE8VG2AHMN)

## Bug Fixes

* Unable to add users to roles from certain screens.  Fixed.
* Unable to delete company logo.  Fixed.
* Filtering on user status does not work.  Fixed.
* Various bugs in team management.
* Export button in Timeline charts not working.  Fixed.
* White screen experienced when moving users between nodes and logging in.


---

# 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://newdocs.keeper.io/en/release-notes/enterprise/admin-console/older/admin-console-14.2.3.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.
