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_idintegerRequired
deal_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response

functionstring

The function or department within the company.

datestring

The date of the entry in YYYYQ format.

activeinteger

The number of active employees in the function during the period.

newinteger

The number of new employees in the function during the period.

retainedinteger

The number of employees retained in the function from the last period.

resurrectedinteger

The number of employees who left and returned to the function.

churnedinteger

The number of employees who left the function during the period.

Errors