Outbound
Update SMTP user
Updates an existing SMTP user configuration
PATCH
Authorizations
Enter your Bearer token in the format "Bearer {token}"
Body
application/json
Current SMTP username to update
Example:
"existing-user"
New SMTP username (will be sanitized to lowercase alphanumeric with hyphens)
Required string length:
1 - 64
Example:
"new-user-name"
New password
Required string length:
8 - 72
Example:
"newSecurePassword123"
Whether to allow sending from any domain (requires paid subscription)
Example:
false
List of approved domains for sending
Example:
["example.com", "mydomain.com"]
Email sending quota
Required range:
x >= 0
Example:
1000
List of allowed IP addresses
Example:
["192.168.1.1", "10.0.0.1"]