List Account Owners
GET
/accounts/{account_id}/account_owner
This endpoint should return a list of all account owners associated with the specified account.
A successful response must contain an <account> element. The <account> element must contain an <id> field and an account_owner element. Any other account fields will be ignored.
Response Fields
| Field | Required | Type |
|---|---|---|
address | Required | String |
city | Required | String |
country | Required | String |
Required | String | |
owner_name | Required | String |
phone | Required | String |
postal_code | Required | String |
state | Required | String |
Expected Response
Language:xml