# The Account Ownership object

### The Account Ownership object

```json
{
  "id": "fcaowns_1MwVKR2eZvKYlo2CGV7Mmt6s",
  "object": "linked_account_ownership",
  "created": 1681412227,
  "owners": {
    "object": "list",
    "data": [],
    "has_more": false,
    "url": "/v1/linked_accounts/fca_1MwVKR2eZvKYlo2CoMV2L3PV/owners?ownership=fcaowns_1MwVKR2eZvKYlo2CGV7Mmt6s"
  }
}
```

## Attributes

- `id` (string)
  Unique identifier for the object.

- `object` (string)
  String representing the object’s type. Objects of the same type share the same value.

- `created` (timestamp)
  Time at which the object was created. Measured in seconds since the Unix epoch.

- [`owners`](https://docs.stripe.com/api/financial_connections/ownership/object.md?query=owners) (object)
  A paginated list of owners for this account.
