gitpod.v1.UsageService

GetActiveUsersCount

Gets the count of active users.

Returns the count of unique users who were active within the specified date range.

post/gitpod.v1.UsageService/GetActiveUsersCount

Request body

projectIdstring

Optional project ID to filter metrics by.

Response

Success

countstring

Count of active users in the date range.

trendnumber double

Fractional change in active users vs previous period. Computed as (current - previous) / previous.

Changes