### List one subscriber's invoices

`GET /api/v1/users/{id}/invoices`

Invoices belonging to a single subscriber, newest first.

- Authentication: manager session (JWT) or API token
- Permission: `prm_users_invoices_view` (View user invoices)
- Risk: read

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Subscriber id. |

