List approved email domains

Returns a list of approved email domains for a given account. An approved email domain is a domain that can be supplied as part of someone's email address when you create a person.

SecurityCommonAuth
Request
path Parameters
accountId
required
string

The ID of the account to work with.

Example: F50091
query Parameters
limit
integer [ 1 .. 1000 ]
Default: 100

The maximum number of results to return.

Example: limit=200
offset
integer
Default: 0

The number of items to skip before returning results.

Example: offset=100
Responses
200

OK

get/accounts/{accountId}/email-domains
Request samples
Response samples
application/json
{
  • "limit": 200,
  • "offset": 100,
  • "count": 67,
  • "rows": [
    ]
}