v1
latestOpenAPI 3.1.02026-07-24700259.3 KBSMTP USERS
Edit SMTP user details
Update an SMTP user's details with the parameters passed. Full details of the available options for SMTP user accounts is found in the SMTP User Guide.
post/users/smtp/edit
Request body
Example request
{
"ip_pool": 1234
}Response
SMTP User edited
Example response
{
"request_id": "aa253464-0bd0-467a-b24b-6159dcd7be60",
"data": {
"results": [
{
"comments": "Comment explaining how amazing this Test person is",
"username": "smtpuser@example.com",
"email_password": "H#8dkK2djs",
"sending_allowed": true,
"custom_ratelimit": true,
"custom_ratelimit_value": 100,
"custom_ratelimit_period": "1 day",
"default_ratelimit_period": "unlimited",
"ippool": 1234,
"feedback_enabled": true,
"feedback_domain": "default",
"archive_enabled": true,
"open_tracking_enabled": true,
"bounce_notifications": "from"
}
]
}
}