Team Growth Accounting
The function-level growth accounting for employees within the company. Measure how many users join, churn, or resurrect, at the function level, for each period there is data.
Path parameters
group_id
deal_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
function
The function or department within the company.
date
The date of the entry in YYYYQ format.
active
The number of active employees in the function during the period.
new
The number of new employees in the function during the period.
retained
The number of employees retained in the function from the last period.
resurrected
The number of employees who left and returned to the function.
churned
The number of employees who left the function during the period.