The Email Customization API provides operations to modify the email bounce list for your Okta org.
okta.orgs.manage
Removes emails from an email service bounce list.
The emails submitted in this operation are removed from the bounce list by an asynchronous job. Any email address that passes validation is accepted for the removal process, even if there are other email addresses in the request that failed validation.
Note: If there are validation errors for all email addresses, a
200 OK
HTTP status is still returned.
OK
Bad Request
Forbidden
Too Many Requests
{- "emailAddresses": [
- "name@company.com",
- "unknown.email@okta.com",
- "name@okta@com"
]
}
{- "errors": [
- {
- "emailAddress": "unknown.email@okta.com",
- "reason": "This email address does not belong to any user in your organization."
}, - {
- "emailAddress": "name@okta@com",
- "reason": "Invalid email address. The provided email address failed validation against RFC 3696."
}
]
}