Mailbox management

Update a mailbox

Updates a given mailbox.

put/1/mail_hostings/{mail_hosting_id}/mailboxes/{mailbox_name}

Path parameters

mail_hosting_idinteger required

The unique identifier (ID) of the mail hosting to request.

mailbox_namestring required

The username (that is the part before the @) of the email address you want to request.

Request body

authorized_sendersstring[]
blocked_sendersstring[]
has_mail_filteringboolean
has_move_spamboolean
has_responderboolean
mail_filtering_folder_commercialsstring
mail_filtering_folder_social_networksstring
notestring nullable
show_config_modalboolean

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.