Distinguish API Key and Ashby Support Actors in Audit Log Entries

  • auditLog.list now returns ApiUser and Support as possible values of actor.type, alongside the existing User and Automation, and Other.
  • Some actions previously reported as Other are now identified precisely: ApiUser for actions taken with an API key, and Support for actions taken by Ashby Support on your organization. If you branch on actor.type, handle these two new values.