- Enterprise Edition
- v2025.1 (102418)
- MQR Mode
- Docker
- What is the purpose of the internal user named “System”?
- In which scenario a “System” user would create a project? How may we use this user, is it an admin with login and password?
We encountered a situation where a staff member attempted to create a project via the WebAPI. According to the audit log, the project was created by a “system” user. However, the project was configured in such a way that all administrative personnel were excluded from accessing its administrative settings. As a result, we had to rely on the default “Admin” user to delete the project.
{
"userLogin": "System",
"newValue": {
"qualifier": "project",
"aiCodeFixEnabled": false,
"description": "project description",
"componentName": "meuprojeto",
"isPrivate": false,
"componentKey": "meuprojeto",
"componentUuid": "################"
},
"createdAt": "2025-05-21T15:13:41-0300",
"userUuid": "-",
"userTriggered": false,
"category": "PROJECT",
"operation": "UPDATE"
}