cursor_team_member_spends
Metrics for each team member's spend and usage in Cursor.
-
email
string - Email ID of the team member.
-
cursor_user_id
Foreign key - ID of the user.
-
name
string - Name of the team member.
-
role
string - Role of the team member (e.g., member, owner).
-
spend_cents
number - Total spend in cents for the subscription cycle.
-
fast_premium_requests
number - Number of fast premium requests made by the user.
-
hard_limit_override_dollars
number - Hard limit override in dollars for the user.
-
subscription_cycle_start
date - Start date of the subscription cycle (as a timestamp or date).
-
month_start
date - Start date of the month for the spend record.