Client - Email Accounts

Create a new email account on a domain owned by the caller

post/api/client/email-accounts

Request body

domain_idinteger required

Must belong to the caller's account

usernamestring required
passwordstring required

Response

Created

idinteger

ID of the email account

hosting_account_idinteger

ID of the related hosting account

domain_idinteger

ID of the related domain

usernamestring

Email username (local part)

namestring

Display name for the email account

receive_incoming_emailboolean

Whether the account can receive incoming email

sending_outgoing_emailboolean

Whether the account can send outgoing email

logging_inboolean

Whether login is enabled for this account

storage_space_settingsstring

Storage space settings (raw value)

quotastring

Quota for the email account (in MB or bytes)

automatically_create_foldersboolean

Whether to automatically create folders for the account

send_welcome_emailboolean

Whether to send a welcome email on creation

statusstring

Status of the email account (active, suspended, etc.)

full_emailstring

Full email address (username@domain)

Changes