> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/user-management/managing-users/more-actions/viewing-the-change-log-of-a-user-profile.md).

# Viewing the change log of a user profile

To access the log of the changes made to the user profile,

1\.    From the menu bar, click **Manage users**. The **User Lists** screen is displayed.

2\.    From the left pane select the required user list to which the concerned user belongs. The list of users in the selected user list is displayed in the right pane.

3\.   Click on the name of the concerned user. The profile details of the user are displayed.

4\.    From the **More Actions** dropdown list, select **View History**.&#x20;

<figure><img src="/files/9sMQzpD5BFiiFNbRj8pS" alt=""><figcaption></figcaption></figure>

All the details of the changes made to user profile with respect to what changes were made, who made them and at what time are displayed as shown below.

<figure><img src="/files/QghDqpZo0ke7NzK0wf6D" alt=""><figcaption><p>View History of a user</p></figcaption></figure>

If no changes have been made in the user's profile details, then an empty screen is displayed as shown below.

<figure><img src="/files/fXohwvHM9MclXOI3uSK3" alt=""><figcaption><p><em>Empty Profile History</em></p></figcaption></figure>


---

# 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://docs.senpiper.com/user-management/managing-users/more-actions/viewing-the-change-log-of-a-user-profile.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.
