Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,331
    • Merge requests 1,331
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #345388
Closed
Open
Issue created Nov 10, 2021 by Rachel Fuerst@rachel_fuerstDeveloper

Add "Last Activity" column to CSV export in /admin/users

Problem

Administrators use the /admin/users page to manage users, including tracking their latest activity so they can plan license allocation for future users. Admins will also use this page to export CSV data on GitLab usage to report to their business stakeholders.

In gitlab-foss#43681 (closed), we added a "Last Activity" column to the user admin page. Users can be exported to CSV from there, however the "Last Activity" column is not included in the CSV export.

This makes it difficult for administrators to report their user count accurately to their leadership.

Workaround

This information can be gathered from the API as described in this documentation. That said, this is not a realistic workaround for two reasons:

  • In order to gather this information, an administrator must use their Personal Access Token, which poses a risk to have a separate process to authenticate to gather this information.
  • Users who are supporting/administering GitLab user management might not be technical users and thus will not be able to use the API to collect this information.

Suggestion

Include the "Last Activity" column in the CSV export from /admin/users.

Edited Nov 30, 2021 by Rachel Fuerst
Assignee
Assign to
Time tracking