List email domains

Returns a list of email domains associated with a given account. You can use this to update your approved email domains.

SecurityCommonAuth
Request
path Parameters
accountId
required
string

The ID of the account to work with.

Example: F50091
Responses
200

OK

get/accounts/{accountId}/people/email-domains
Request samples
Response samples
application/json
{
  • "domains": [
    ]
}