Activity Log

Activities performed by Admins.

id
string

The id representing the activity.

object

Details about the Admin involved in the activity.

object or null (Activity Log Metadata)

Additional data provided about Admin activity.

created_at
integer <date-time>

The time the activity was created.

activity_type
string
Enum: "admin_assignment_limit_change" "admin_away_mode_change" "admin_deletion" "admin_deprovisioned" "admin_impersonation_end" "admin_impersonation_start" "admin_invite_change" "admin_invite_creation" "admin_invite_deletion" "admin_login_failure" "admin_login_success" "admin_logout" "admin_password_reset_request" "admin_password_reset_success" "admin_permission_change" "admin_provisioned" "admin_two_factor_auth_change" "admin_unauthorized_sign_in_method" "app_admin_join" "app_authentication_method_change" "app_data_deletion" "app_data_export" "app_google_sso_domain_change" "app_identity_verification_change" "app_name_change" "app_outbound_address_change" "app_package_installation" "app_package_token_regeneration" "app_package_uninstallation" "app_team_creation" "app_team_deletion" "app_team_membership_modification" "app_timezone_change" "app_webhook_creation" "app_webhook_deletion" "articles_in_messenger_enabled_change" "bulk_delete" "bulk_export" "campaign_deletion" "campaign_state_change" "conversation_part_deletion" "conversation_topic_change" "conversation_topic_creation" "conversation_topic_deletion" "help_center_settings_change" "inbound_conversations_change" "inbox_access_change" "message_deletion" "message_state_change" "messenger_look_and_feel_change" "messenger_search_required_change" "messenger_spaces_change" "office_hours_change" "role_change" "role_creation" "role_deletion" "ruleset_activation_title_preview" "ruleset_creation" "ruleset_deletion" "search_browse_enabled_change" "search_browse_required_change" "seat_change" "seat_revoke" "security_settings_change" "temporary_expectation_change" "upfront_email_collection_change" "welcome_message_change"
activity_description
string

A sentence or two describing the activity.

{ "id": "6", "performed_by": { "type": "admin", "id": "1295", "email": "john@example.com", "ip": "198.51.100.255" }, "metadata": { "sign_in_method": "email_password", "external_id": "f3b87a2e09d514c6c2e79b9a", "away_mode": true, "away_status_reason": "😌 On a break", "reassign_conversations": false, "source": "admin update from web - Admin id: 93", "auto_changed": false, "update_by": 93, "update_by_name": "Joe Bloggs" }, "created_at": 1671028894, "activity_type": "app_name_change", "activity_description": "Admin updated the app's name to \"My App\"." }