Get Org Growth
Cumulative members joined and operational devices connected per day, over [start, end]
inclusive. Each point is {date, users, devices} — the running totals standing at that UTC
day’s end.
Survivorship parity with the client’s connectedToDate fold: it counts only active members
(keyed on date_joined) and non-soft-deleted devices (keyed on created_at), so the curve
is up-only and matches today’s numbers. Entities stamped before start form the day-one
baseline; entities stamped after end are excluded. It is not yet churn-aware — a later step,
and the only place a churn-aware count can come from.
Days are UTC calendar days. The range spans at most MAX_GROWTH_SPAN_DAYS days — one point per
day, so an unbounded range would build an unbounded response.
The org’s existence is already guaranteed by organization_access_required (the token’s member
must belong to org_id), so no separate lookup is needed.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
Query Parameters
First day of the series (inclusive), UTC
Last day of the series (inclusive), UTC
