List a subscriber's quota buckets
GET
/api/v1/users/{id}/quota-buckets
prm_users_index
Separately-metered grants layered on top of the plan's own quota — add-ons, extensions, card top-ups — in the order they will be drained.
Un-paginated: the whole list is page 1 and has_next is always false. Do not write a paging loop against it. A subscriber may hold at most 50 active buckets, and a grant that would exceed the cap is refused before any money moves.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_users_indexView users
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Subscriber id. |