Knowledge base

Audit log events

Brief descriptions of team and personal audit log action labels.

Use this page as a lookup when you see an action in Team → Security or Account → Security. Labels in the UI use spaces; the tables below list the underlying names for clarity.

For how to open the logs and read columns, see Audit log in Documentation.

Team audit log events

Recorded for the active team. Visible to Owner and Admin under Team → Security.

Team & membership

ActionDescription
TEAM_CREATEDA new team workspace was created.
TEAM_UPDATEDTeam profile fields (such as name) were changed.
TEAM_SETTINGS_UPDATEDTeam settings were updated (for example directory sync options).
TEAM_MEMBER_INVITEDSomeone was invited to join the team.
TEAM_MEMBER_INVITE_CANCELEDA pending invitation was canceled.
TEAM_MEMBER_INVITE_ACCEPTEDAn invitee accepted and joined the team.
TEAM_MEMBER_INVITE_DECLINEDAn invitee declined the invitation.
TEAM_MEMBER_UPDATEDA member’s role or membership details were changed.
TEAM_MEMBER_REMOVEDA member was removed by an admin.
TEAM_MEMBER_LEFTA member left the team on their own.
TEAM_MEMBER_SYNCEDMembers were synced from a linked directory (automated job).

API keys

ActionDescription
API_KEY_CREATEDA new API key was created.
API_KEY_UPDATEDAn API key’s name or scopes were changed.
API_KEY_ROLLEDAn API key’s secret was rotated.
API_KEY_REVOKEDAn API key was revoked and can no longer be used.

Notifications

ActionDescription
NOTIFICATION_CHANNEL_CREATEDA notification channel (email, webhook, etc.) was added.
NOTIFICATION_CHANNEL_UPDATEDA channel’s configuration was changed.
NOTIFICATION_CHANNEL_DELETEDA channel was removed.
NOTIFICATION_CHANNEL_VERIFIEDA channel was marked verified (email link, webhook test, or system verification).
NOTIFICATION_RULE_CREATEDA notification rule was created.
NOTIFICATION_RULE_UPDATEDA notification rule was changed.
NOTIFICATION_RULE_DELETEDA notification rule was deleted.

Billing

ActionDescription
SUBSCRIPTION_CREATEDA subscription or checkout flow created billing for the team.
SUBSCRIPTION_STARTEDA paid subscription became active.
SUBSCRIPTION_UPDATEDSubscription plan or billing details changed.
SUBSCRIPTION_CANCELEDA subscription was canceled.

Public API

ActionDescription
API_REQUESTA successful /api/v1 request authenticated with a team API key. Metadata usually includes method, path, status, and api_key_id.

Personal audit log events

Recorded for your user account. Visible under Account → Security when you are signed in.

Sign-in & registration

ActionDescription
REGISTEREDAccount created with email and password.
REGISTERED_VIA_OAUTHAccount created through an OAuth provider.
REGISTERED_FAILEDA registration attempt failed.
LOGIN_SUCCESSSuccessful sign-in with email and password.
LOGIN_VIA_OAUTHSuccessful sign-in through an OAuth provider.
LOGIN_FAILEDA sign-in attempt failed (wrong credentials or similar).

Profile & email

ActionDescription
USER_UPDATEDProfile details were updated.
RESEND_EMAIL_VERIFICATIONA verification email was resent.
EMAIL_VERIFIEDThe account email address was verified.
CHANGE_EMAIL_REQUESTA request to change the account email was started.
CHANGE_EMAIL_SUCCESSThe account email was changed successfully.

Password

ActionDescription
PASSWORD_RESET_REQUESTA password reset was requested.
PASSWORD_RESET_SUCCESSPassword was reset via reset flow.
PASSWORD_CHANGEDPassword was changed while signed in.

Multi-factor authentication (MFA)

ActionDescription
MFA_SETUP_STARTEDMFA enrollment was started.
MFA_ENABLEDMFA was turned on for the account.
MFA_DISABLEDMFA was turned off.
MFA_NOT_FOUNDMFA operation referenced missing MFA setup.
MFA_CODE_SUCCESSA valid MFA code was submitted.
MFA_CODE_FAILEDAn invalid MFA code was submitted.
MFA_RECOVERY_CODE_GENERATEDNew MFA recovery codes were generated.
MFA_RECOVERY_CODE_SUCCESSSign-in succeeded using a recovery code.
MFA_RECOVERY_CODE_FAILEDRecovery code verification failed.

Teams (personal view)

ActionDescription
ACCEPTED_TEAM_INVITEYou accepted an invitation and joined a team.
DECLINED_TEAM_INVITEYou declined a team invitation.
LEFT_TEAMYou left a team you belonged to.

Admin-driven invite, role, or removal events for other users appear in the team audit log, not here.

Common metadata fields

FieldAppears onMeaning
actioned_byMost team eventsEmail of the user who performed the action
user_idTeam eventsInternal ID of that user
api_key_idAPI keys, some API requestsKey involved in the action
channel_id / rule_idNotificationsChannel or rule affected
method / path / statusAPI_REQUESTHTTP details for the API call