We have learned that two reports have names that users have found misleading. To address this issue, effective 1 February 2022, the following two reports will have new names:
- The Members Report will be called the Active and Invited Members report. The file you receive when you run this report will have the following filename:
active_and_invited_members_YYYY-MM-DD--HH-MM-SS.zip
- The Team Membership report will now be called the Active Team Members report. The file you receive when you run this report will have the following filename:
active_team_members_YYYY-MM-DD--HH-MM-SS.zip
The content of these reports will remain the same. Only the names and filenames are changing.
How this Change Affects the User Interface
This change affects the Cloud Academy platform in two important ways:
- You will see the new report names when you access the Export a new report screen. Each of the two reports will also have a clearer description.
- The ZIP file you receive when you run a report will have a new filename.
If you have built any automations that depend on the old ZIP filename, you should update those automations to use the new name.
How this Change Affects the API
This change DOES NOT affect the text of the API calls that you use to generate these reports. You will continue to use the following endpoints to generate the reports:
- To generate the Active and Invited Members report, continue to use:
POST /v1/reports/members-export/
- To generate the Active Team Members report, continue to use:
POST /v1/reports/team-memberships/
The file returned by each endpoint will have the filename described at the beginning of this document.