# Audit message codes

This table shows the Audit log message codes, the operation executed, the area involved (Data One or MFT specific protocols), and the label.\
Here is the key to understand the codes:

* **AUD**: Prefix indicating that this is an audit code
* **\<nnnn>**: 4-digit message ID
* **A**: Suffix indicating that this is an audit code

| Action                       | Area                    | Message Code | Label                                                                                                            |
| ---------------------------- | ----------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- |
| CREATE                       | Data One                | AUD0001A     | User \<userName> has created an entity                                                                           |
| MODIFY                       | Data One                | AUD0003A     | User \<userName> has modified an entity                                                                          |
| DELETE                       | Data One                | AUD0005A     | User \<userName> has deleted an entity                                                                           |
| LOGIN (successful)           | Data One                | AUD0007A     | User \<userName> has logged into Data One                                                                        |
| LOGIN (failed)               | Data One                | AUD0008A     | User \<userName> failed to log into Data One                                                                     |
| LOGOUT                       | Data One                | AUD0009A     | User \<userName> has logged out from Data One                                                                    |
| PASSWORD CHANGE (successful) | Data One                | AUD0010A     | Password changed for user \<userName>                                                                            |
| PASSWORD CHANGE (failed)     | Data One                | AUD0011A     | Password change failed for user \<userName>                                                                      |
| MODIFY (AUDIT)               | Data One                | AUD0100A     | UUser \<userName> has modified the Audit Configuration                                                           |
| MODIFY (LOGS)                | Data One                | AUD0103A     | User \<userName> has modified the Logs Configuration                                                             |
| ENABLE AUDIT                 | Data One                | AUD0106A     | User \<userName> has enabled Audit                                                                               |
| DISABLE AUDIT                | Data One                | AUD0107A     | User \<userName> has disabled Audit                                                                              |
| LOGIN                        | MFT (HTTP, HTTPS, SFTP) | AUD0030A     | User \<userName> has logged in                                                                                   |
| LOGOUT                       | MFT (HTTP, HTTPS, SFTP) | AUD0031A     | User \<userName> has logged out                                                                                  |
| RENAME FILE                  | MFT (HTTP, HTTPS, SFTP) | AUD0040A     | Server rename file from \</vpath/Filename> FilesetiId filesetID to \</vpath/newFilename> FilesetiId newfilesetID |
| UPLOAD FILE                  | MFT (HTTP, HTTPS, SFTP) | AUD0041A     | Server upload file \</vpath/Filename> FilesetiId filesetID                                                       |
| DOWNLOAD FILE                | MFT (HTTP, HTTPS, SFTP) | AUD0042A     | Server download file \</vpath/Filename> FilesetiId filesetID                                                     |
| DELETE FILE                  | MFT (HTTP, HTTPS, SFTP) | AUD0043A     | Server delete file \</vpath/Filename> FilesetiId filesetID                                                       |
| CHANGE FOLDER                | MFT (SFTP)              | AUD0050A     | Server change folder from \<VFS://vpath> to \<VFS://vpath>                                                       |
| CREATE FOLDER                | MFT (SFTP)              | AUD0051A     | Server create folder \<VFS://vpath>                                                                              |
| RENAME FOLDER                | MFT (SFTP)              | AUD0052A     | Server rename folder from \<VFS://vpath> to \<VFS://vpath>                                                       |
| DELETE FOLDER                | MFT (SFTP)              | AUD0053A     | Server delete folder \<VFS://vpath>                                                                              |


---

# 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.primeur.com/data-mover-1.21/logs-and-audit/audit-options/audit-message-codes.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.
