Audit on which tenant member updated an Action

Problem statement

There have been some recent changes made to an Action. Is there a way to view which tenant member made the change?

Solution

On the tenant logs, you may filter the events with the following query to see the changes on Actions.

type: "sapi" AND (description: "Update trigger bindings" OR description: "Create an action" OR description: "Deploy an action" OR description: "Update an action" OR description: "Delete an action")

If the change was performed through the dashboard, the corresponding log would have the email of the dashboard admin. If the change was performed with an M2M app enabled for the management API, you could only see the related application’s client ID and the IP of the requests for that change.