# Group subscription audit logs

Group subscription administrators can access and download logs of key subscription lifecycle events. These audit logs can assist with troubleshooting subscription level issues, providing information about single sign-on (SSO) enablement, user enrolment, and other high-level subscription lifecycle events.

## Accessing the audit logs

Group subscription audit logs can be accessed by the group administrator from their [subscription page](https://www.overleaf.com/user/subscription).

<figure><img src="/files/kbAxVjF9eTIDJh8kyHMt" alt=""><figcaption></figcaption></figure>

All available logs can be exported in CSV format within a .zip file. Each page (of 100 log entries) will be saved as a separate file, with a timestamp as the file name.&#x20;

### Group audit logs - list of events

The following is the list of events logged in the Group Audit Log view

<details>

<summary>Events for all groups (managed and non-managed)</summary>

| Enable SSO              |
| ----------------------- |
| Disable SSO             |
| Valid SSO config test   |
| Delete SSO config       |
| Enroll in managed users |
| Join group              |
| Leave group             |
| AI Features enabled     |
| AI Features disabled    |
| Dropbox enabled         |
| Dropbox disabled        |
| Chat enabled            |
| Chat disabled           |
| Enable domain capture   |
| Disable domain capture  |
| Billing details updated |
| Group invite sent       |

</details>

<details>

<summary>User Events</summary>

These events are displayed only to admins in managed groups.

| **Event**                |
| ------------------------ |
| Login                    |
| Reset password           |
| Update password          |
| Link Dropbox             |
| Unlink Dropbox           |
| Link Github              |
| Unlink Github            |
| Delete account           |
| Leave group subscription |
| Link Mendeley            |
| Unlink Mendeley          |
| Link Zotero              |
| Unlink Zotero            |
| Link Papers              |
| Unlink Papers            |

</details>

<details>

<summary>Project Events</summary>

These events are displayed only to admins in managed groups.<br>

| **Event**          | **Details**                                                     |
| ------------------ | --------------------------------------------------------------- |
| Accept invite      | projectId                                                       |
| Send invite        | <p>projectId<br>inviteId<br>role (Viewer, Editor, Reviewer)</p> |
| Project created    | projectId                                                       |
| Project deleted    | projectId                                                       |
| Project archived   | projectId                                                       |
| Project unarchived | projectId                                                       |
| Project trashed    | projectId                                                       |
| Project untrashed  | projectId                                                       |
| Project restored   | projectId                                                       |
| Project cloned     | projectId                                                       |
| Transfer ownership | <p>projectId<br>previousOwner<br>newOwner</p>                   |

</details>


---

# 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.overleaf.com/groups/user-management/group-subscription-audit-logs.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.
