Skip to main content
POST
Archive a Mailbox

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mailbox_id
string
required

Response

Successful Response

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
email
string
required

The account's email.

email_aliases
string[] | null
required
name
string | null
required

Email owner's name.

provider
string | null
required

Mail provider — 'microsoft', 'google', 'imap', 'sendgrid', etc.

permission_type
enum<string>
required

How this mailbox was authenticated (delegated vs application).

Available options:
delegated,
application
is_shared
boolean
required

Whether this email sender should be shared with the entire organization

is_centralized_inbox
boolean
required

Whether this sender is a centralized inbox that accepts net-new inbound emails for routing

status
enum<string>
required

Computed connection health. CONNECTED, EXPIRED, or DISCONNECTED.

Available options:
connected,
expired,
disconnected
archived_at
string<date-time> | null
required

When the mailbox was disconnected from Stuut. Kept around for historical email attribution rather than deleted.

user_id
string | null
required

Owning user. NULL for shared mailboxes.

signature_html
string | null
required

Email signature html.

reply_to
string
required

This account's default reply-to

object
string
required
read-only

String representing the object's type. Objects of the same type share the same value.

uses_legacy_entra_app
boolean
required
read-only

True when this Microsoft mailbox's grant was minted against the legacy Entra app and must be re-authenticated to migrate onto the current app.