Skip to main content

Revisando dados de atividade dos usuários para o Copilot na organização

Analise os dados de uso do GitHub Copilot na sua organização para tomar decisões informadas sobre a atribuição de estações.

Quem pode usar esse recurso?

Organization owners

Organizations with a plan to Copilot Business

Reviewing user activity data for Copilot

  1. In the upper-right corner of GitHub, click your profile picture, then click Your organizations.

  2. Next to the organization, click Settings.

  3. In the "Code, planning, and automation" section of the sidebar, click Copilot, and then click Access.

  4. At the top of the page, under "GitHub Copilot," you can see an overview of your organization's GitHub Copilot usage. You can see the number seats assigned through your Copilot Business plan, and the estimated monthly cost.

    Screenshot of the GitHub Copilot usage overview.

  5. For more detailed information, next to "Access management," click Get report.

    GitHub generates a report for you, which you can download as a CSV file.

  6. Alternatively, under "Access management," you can use the Sort options to sort the list of users by when they last used GitHub Copilot.

Using the API to retrieve assignment information

You can use GitHub's REST API to get details about the assignment of GitHub Copilot seats in your organization. See Get Copilot seat information and settings for an organization, List all Copilot seat assignments for an organization, and Get Copilot seat assignment details for a user.

Troubleshooting last_activity_at data

If you believe a user's last_activity_at date should be more recent than shown in the CSV or API report, wait 24 hours and check again. If their recent Copilot usage is still not reflected in their last_activity_at date, have the user check that telemetry is enabled in their IDE settings.

For more information about this property, see Metrics data properties for GitHub Copilot.

Further reading