users_waitlist_funnel
Count this product's waitlist by funnel stage.
Count this product's waitlist by funnel stage. `pending` is people waiting, `unconfirmed` is double-opt-in signups whose address never confirmed (they are NEVER invited), `invited` have a live invite, `registered` accepted it and are now full users, `withdrawn` asked to be removed. One consistent snapshot, not five separate reads.
Behavior
- HTTP
POST /users/waitlist/funnel
Arguments
No arguments.
Response
| Field | Type | Always | Description |
|---|---|---|---|
| total | integer | • | |
| invited | integer | • | |
| pending | integer | • | |
| withdrawn | integer | • | |
| registered | integer | • | |
| unconfirmed | integer | • |
Try it
Count this product's waitlist by funnel stage.