---
title: AdAccountResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/adaccountresponse
---

# AdAccountResponse

The response envelope ad account operations return.

## Declaration

```data
object AdAccountResponse
```

## Properties

result: The ad account object the operation returns. See AdAccount. Read-only. error: An error object present when the operation fails. See Error. Read-only.

## Discussion

Discussion The AdAccountResponse object wraps the result of create, read, and update operations on a single AdAccount. On success, the response populates result with the full AdAccount object and leaves error null. On failure, error describes the problem and result is null. Example {   "result": {     "id": 123456789,     "name": "AwayFinder Ad Account",     "orgId": 987654321,     "timezone": "America/New_York",     "currency": "USD",     "paymentModel": "PAYG",     "systemStatus": "ACTIVE",     "systemStatusReasons": [],     "delegations": [       {         "resourceId": "12345678",         "resourceType": "CONTENT_PROVIDER",         "resourceName": "AwayFinder Apps"       }     ],     "productFeatures": [       "APPSTORE_APP_MANUAL"     ],     "creationTime": "2025-01-10T08:00:00.000",     "modificationTime": "2025-01-10T08:00:00.000"   } }

## See Also

- [AdAccount](apple-ads-platform-api/adaccount.md)
- [AdAccountCreate](apple-ads-platform-api/adaccountcreate.md)
- [AdAccountUpdate](apple-ads-platform-api/adaccountupdate.md)
- [AclAdAccount](apple-ads-platform-api/acladaccount.md)
- [User ACL](apple-ads-platform-api/useracl.md)
- [UserAclListResponse](apple-ads-platform-api/useracllistresponse.md)
- [UserAccessResult](apple-ads-platform-api/useraccessresult.md)
- [Delegation](apple-ads-platform-api/delegation.md)
- [DelegationCreate](apple-ads-platform-api/delegationcreate.md)
- [DelegationUpdate](apple-ads-platform-api/delegationupdate.md)
- [Me](apple-ads-platform-api/me.md)
- [MeResponse](apple-ads-platform-api/meresponse.md)
- [Org](apple-ads-platform-api/org.md)
- [OrgResponse](apple-ads-platform-api/orgresponse.md)
