How to Check which Tenant Admin made Changes to an Action

Last Update: Aug 27, 2024

Overview

This article explains how to review the logs to determine which specific tenant member changed a custom action.

Applies To

  • Tenant Admin
  • Tenant Logs
  • Changes to an Action

Solution

Navigate to Dashboard > Monitoring > Logs, 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 is performed

  • Through the dashboard, the corresponding log will have the dashboard admin’s email.
  • Through M2M app enabled for the management API, only the related application’s client ID and the IP of the requests for that change can be observed.