# Organization


## Fields

| Field                                                                                             | Type                                                                                              | Required                                                                                          | Description                                                                                       | Example                                                                                           |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| `EnabledFeatureFlags`                                                                             | List<*string*>                                                                                    | :heavy_minus_sign:                                                                                | The features enabled for this org and user.                                                       |                                                                                                   |
| `IsSingleTenant`                                                                                  | *bool*                                                                                            | :heavy_check_mark:                                                                                | N/A                                                                                               |                                                                                                   |
| `MaxRequestedMemoryMB`                                                                            | *double*                                                                                          | :heavy_check_mark:                                                                                | The maximum memory in MB that can be used by any process in this org.                             |                                                                                                   |
| `Name`                                                                                            | *string*                                                                                          | :heavy_minus_sign:                                                                                | The name of an organization.                                                                      |                                                                                                   |
| `OrgId`                                                                                           | *string*                                                                                          | :heavy_check_mark:                                                                                | System generated unique identifier for an organization. Not guaranteed to have a specific format. | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39                                                          |
| `PodMaxLifespanHrs`                                                                               | *double*                                                                                          | :heavy_minus_sign:                                                                                | The maximum lifespan in hours of a pod.                                                           |                                                                                                   |
| `Scopes`                                                                                          | List<[Scope](../../Models/Shared/Scope.md)>                                                       | :heavy_check_mark:                                                                                | The scopes the user who loaded this has on this org.                                              |                                                                                                   |
| `StripeCustomerId`                                                                                | *string*                                                                                          | :heavy_check_mark:                                                                                | N/A                                                                                               |                                                                                                   |