microsoft / microsoft/AzureTRE

API to access TRE Workspace usage statistics

Open
#1,111 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Copilot Agent Candidate feature
Dominant language
Python
Stars
235
Forks
192
Avg merge
1d 23h
Merged PRs (30d)
13

Description

As a TRE Administrator I want to know which users have logged into a TRE workspace, and how many times, between two specific dates
so that I can monitor usage of the TRE

  • API takes workspace ID and from to to dates, returns number of users, and number of times each user has logged in.

This data should be retrieved from the ID provider - e.g. Azure AD sign in logs

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the API entry point for TRE workspace administration and the integration with the ID provider. Review how Azure AD sign-in logs can be queried for a workspace and date range, then define the response containing the user count and per-user login counts. Done means the API accepts a workspace ID and two dates and returns the requested usage statistics.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, python
Domain
analytics, api, authentication, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.