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

# Org

Represents an organization in the Apple Ads system.

## Declaration

```data
object Org
```

## Properties

name: The name of the organization. currency: The currency used by the organization. See Org.Currency. timezone: The timezone associated with the organization. paymentModel: The payment model for the organization. LOC (line of credit) enables budget orders and is invoiced monthly. PAYG (pay as you go) is charged per campaign spend. See Org.PaymentModel. systemStatus: The system-assigned status of the organization. See Org.SystemStatus. systemStatusReasons: Reasons associated with the current system status. See Org.SystemStatusReasons. id: The unique identifier for the organization.

## Discussion

Discussion An Org is the top-level entity that owns ad accounts, manages users, and groups all advertising activity under a single billing relationship. It’s the root entity in the account hierarchy, with ad accounts, campaigns, and user memberships all existing beneath it. The systemStatus field reflects whether the org is ACTIVE or INACTIVE. An inactive org prevents all campaigns under it from serving. Check systemStatusReasons for the specific cause. To discover which organizations the current API token can access, use GET /v1/acls (Get User ACL). Then, to retrieve full details, use GET /v1/orgs/{orgId} (Get Org by ID). Example {   "name": "AwayFinder",   "currency": "USD",   "timezone": "America/Los_Angeles",   "paymentModel": "PAYG",   "systemStatus": "ACTIVE",   "systemStatusReasons": [],   "id": 123456789 }

## Topics

### Type Aliases

- [Org.Currency](apple-ads-platform-api/org/currency-data.typealias.md)
- [Org.PaymentModel](apple-ads-platform-api/org/paymentmodel-data.typealias.md)
- [Org.SystemStatus](apple-ads-platform-api/org/systemstatus-data.typealias.md)
- [Org.SystemStatusReasons](apple-ads-platform-api/org/systemstatusreasons-data.typealias.md)

## See Also

- [AdAccount](apple-ads-platform-api/adaccount.md)
- [AdAccountCreate](apple-ads-platform-api/adaccountcreate.md)
- [AdAccountUpdate](apple-ads-platform-api/adaccountupdate.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)
- [OrgResponse](apple-ads-platform-api/orgresponse.md)
