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

# AdAccountUpdate

The request body you use to update an ad account.

## Declaration

```data
object AdAccountUpdate
```

## Properties

name: Display name of the ad account. Mutable. Must not be null if provided. delegations: Advertiser resource delegations for this account. Providing this field sends the complete list of delegations you want the account to have, not just the ones you’re adding or changing. Apple replaces the account’s entire delegation list with what you send, so Apple removes any existing delegation left out of the array. See DelegationUpdate. Mutable. productFeatures: Product features enabled for this ad account. This endpoint ignores this field. productFeatures is fixed at creation and can’t be changed on update. See ProductFeatures.

## Discussion

Discussion The AdAccountUpdate object is the request payload for modifying an existing ad account. Include only the fields you want to change. Fields you leave out keep their current value. Example {   "name": "AwayFinder Ad Account Updated",   "delegations": [     {       "resourceId": "12345678",       "resourceType": "CONTENT_PROVIDER"     }   ] }

## See Also

- [AdAccount](apple-ads-platform-api/adaccount.md)
- [AdAccountCreate](apple-ads-platform-api/adaccountcreate.md)
- [AdAccountResponse](apple-ads-platform-api/adaccountresponse.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)
