### List a subscriber's session history

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

Accounting history for this subscriber, newest first, paginated with the standard list parameters.

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

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Subscriber id. |
| `filter[status]` | query | string | no | Narrows to open or closed sessions. |

