---
title: "Create a mailroom"
method: POST
path: "/orgs/{orgId}/mailrooms"
tags: ["orgs/mailrooms"]
---

# Create a mailroom

`POST /orgs/{orgId}/mailrooms`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-parcelMgmtParcels:w,o:w,s-o:w<br/><br/>__Endpoint name__: createMailroom

## Path parameters

- `orgId` integer, required

## Request body

- object
  - `name` string, required
  - `siteId` number, required
  - `address` string, required
  - `address2` string, nullable
  - `city` string, required
  - `zip` string, nullable
  - `country` string, required
  - `state` string, nullable
  - `phone` string, nullable
  - `description` string, nullable
  - `isSelfPickup` boolean
  - `isSignatureRequired` boolean

## Response `201`

Created

- object
  - `data` object
    - `id` number, required
    - `name` string, required
    - `createdAt` string, date
    - `updatedAt` string, date
    - `site` object
      - `id` number, required
      - `name` string
    - `address` string, required
    - `address2` string, nullable
    - `city` string, required
    - `state` string, nullable
    - `zip` string, nullable
    - `country` string, required
    - `phone` string, nullable
    - `description` string, nullable
    - `timezone` string, required
    - `isSelfPickup` boolean
    - `isSignatureRequired` boolean
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

[API](https://skmtc.net/openpath/apis/openpath-api-documentation.md) · [All operations](https://skmtc.net/openpath/apis/openpath-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpath/openpath-api-documentation/revisions/d8a888c114fa/schema)
