---
title: "Edit mailbox"
method: POST
path: "/v1beta/mailcow/mailbox/edit"
tags: ["MailcowMailbox"]
---

# Edit mailbox

`POST /v1beta/mailcow/mailbox/edit`

## Request body

- MailboxEditMailboxRequest
  - `domain` MailboxDomain
    - `extension` string
    - `name` string
  - `mailbox` string
  - `name` string
  - `password` string
  - `password_confirmation` string
  - `reset_password` boolean

## Response `200`

A successful response.

- MailboxEditMailboxResponse
  - `code` integer
  - `data` MailboxBoolResponseData
    - `success` boolean
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

## Changes

- **2026-08-27** `a57b11984574` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openprovider/apis/rest-api/changes/v1beta/mailcow/mailbox/edit/post.md)

---

[API](https://skmtc.dev/openprovider/apis/rest-api.md) · [All operations](https://skmtc.dev/openprovider/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openprovider/rest-api/revisions/a57b11984574/schema)
