From 47fcaeb6af54c33b3a5bd75c896afa122cb32ff5 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Wed, 9 Oct 2024 11:23:37 -0700 Subject: [PATCH] Update billing activity logs for new activities (#21091) --- content/manuals/admin/organization/activity-logs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/manuals/admin/organization/activity-logs.md b/content/manuals/admin/organization/activity-logs.md index 11e596bb470..3409fbf5296 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -90,3 +90,10 @@ Refer to the following section for a list of events and their descriptions: | Billing Cycle Changed | Occurs when there is a change in the recurring interval that your organization is charged.| | Plan Downgrade Canceled | Occurs when a scheduled plan downgrade for your organization is canceled.| | Seat Removal Canceled | Occurs when a scheduled seat removal for an organization’s billing plan is canceled. | +| Plan Upgrade Requested | Occurs when a user in your organization requests a plan upgrade. | +| Plan Downgrade Requested | Occurs when a user in your organization requests a plan downgrade. | +| Seat Addition Requested | Occurs when a user in your organization requests an increase in the number of seats. | +| Seat Removal Requested | Occurs when a user in your organization requests a decrease in the number of seats. | +| Billing Cycle Change Requested | Occurs when a user in your organization requests a change in the billing cycle. | +| Plan Downgrade Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled plan downgrade. | +| Seat Removal Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled seat removal. | \ No newline at end of file