Skip to content

Export private emails in seat usage quota export

What does this MR do and why?

Export private emails in seat usage quota export

Exports all emails for admins, enterprise user emails for group owners. This aligns with what can already be seen in the UI.

Changelog: changed EE: true

Related to Export all displayed emails from Group Usage Qu... (#448795 - closed)

Reported by customer in Zendesk ticket (internal)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Create a group
  2. Add users to the group
  3. Assign some users as an enterprise users of the group
user = User.find(ID)
user.user_detail.update(enterprise_group_id: group_id)
  1. Export seat usage
Edited by Jiovanni Castillo

Merge request reports