The number of days the user was active within the queried time range (defined by start_timestamp and end_timestamp). A day is counted as active if the user had any autocomplete acceptances, Cascade usage, or command usage on that day.
Indicates whether Windsurf access has been disabled for the user by an admin. This field is only present if access has been explicitly disabled, and will always be set to true in that case.
The total number of prompt credits used by this user during the current billing cycle. This value is not affected by the start_timestamp or end_timestamp request parameters. The billing cycle window is indicated by the top-level billingCycleStart and billingCycleEnd fields.
The user’s team membership status. Possible values: USER_TEAM_STATUS_UNSPECIFIED, USER_TEAM_STATUS_PENDING, USER_TEAM_STATUS_APPROVED, USER_TEAM_STATUS_REJECTED. Note that the API returns all users regardless of team status, while the Manage Members UI only shows approved users.
The start of the current billing cycle in RFC 3339 format. The promptCreditsUsed values in userTableStats correspond to usage within this billing cycle.