Audit Log
|
Platform-level management tasks are accessed via the settings button ( |
The audit log shows all changes made to your Utilihive platform instance. To view the log, select Security from the left-hand navigation menu, then switch to the Audit tab.
Log entries include changes to users, service accounts, and flow access. For example, if a user changes their password, that event appears in the audit as a User log with type PasswordChange. Other events typically fall under Created, Updated, or Deleted.
For updates and creations, select a highlighted row to view the corresponding payload. A ServiceAccount log with an event type of Created displays the following payload:
{
"serviceAccountId": "8d610e1d-e3f3-484f-9505-d21208c55ac9",
"userName": "test-user",
"credentialsType": "BasicAuthentication",
"organizationId": 5,
"createdDateTimeUtc": "2021-09-30T18:01:15.17",
"createdByUserId": 261,
"updatedDateTimeUtc": null,
"updatedByUserId": null
}
Was this page helpful?