---
title: Org.SystemStatus
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/org/systemstatus-data.typealias
---

# Org.SystemStatus

System-derived operational status of the organization.

## Declaration

```data
string Org.SystemStatus
```

## Possible Values

ACTIVE: The organization is active and operational. INACTIVE: The organization is inactive. Check systemStatusReasons for the specific cause.

## Discussion

Discussion This status reflects the organization as a whole; individual ad accounts under it carry their own separate AdAccount.SystemStatus. Example {   "systemStatus": "ACTIVE" }
