---
title: "POST /import/data/pcap"
method: POST
path: "/import/data/pcap"
tags: ["Import"]
---

# POST /import/data/pcap

`POST /import/data/pcap`

Returns pcap data based upon filtered json

## Request body

- Object — unresolved $ref

## Response `201`

ListUsers

- ListUsers
  - `count` integer — count
  - `data` CreateUserStruct[] — the data
    - `department` string, required
    - `email` string, required
    - `firstname` string
    - `guid` string, required — should be a unique value representing user
    - `lastname` string, required
    - `partid` integer, required
    - `password` string, required
    - `usergroup` string, required
    - `username` string, required

## Other responses

- `400` — FailureResponse

## Changes

- **2021-10-13** `ee397eaefd08` — 2 info
  - the security scope `Authorization` was added to the endpoint's security scheme `name`
  - the security scope `Auth-Token` was removed from the endpoint's security scheme `name`
- **2021-10-09** `a5730259529b` — 2 info
  - the security scope `Authorization` was added to the endpoint's security scheme `name`
  - the security scope `Auth-Token` was removed from the endpoint's security scheme `name`
- **2021-10-08** `d39f8246865f` — 2 info
  - the security scope `Authorization` was added to the endpoint's security scheme `name`
  - the security scope `Auth-Token` was removed from the endpoint's security scheme `name`
- **2021-10-05** `b340e39800ae` — 1 info
  - endpoint added
- **2020-01-12** `52987c8da72a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sipcapture/apis/homer-app/changes/import/data/pcap/post.md)

---

[API](https://skmtc.dev/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.dev/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/ee397eaefd08/schema)
