Get user history summary
| Name | Type | Description |
| userid | string | either an integer user ID, "current", or "=" followed by a double uri-encoded user name |
| Name | Type | Description |
| upto | string? | The maximum number results that we want to retrieve (default: 25, max: 1000). |
| limit | int? | The maximum number results that we want to retrieve (default: 25, max: 1000) |
| include | string? | Comma separated list of entity details to include. Can include 'page', 'user', 'file', and 'request' |
| Name | Value | Description |
| OK | 200 | The request completed successfully |
| Bad Request | 400 | Invalid input parameter |
| Forbidden | 403 | A seated user with SUBSCRIBE permissions is required |