# OrganizationSchema

## object

### kind  
*string*  
**Optional**  
The kind of record.

### metadata  
*object*  [OrganizationMetadataSchema](https://docs.mediakind.com/api-reference/management-api/schemas/organizationmetadataschema) **Optional**  
Metadata

#### Show 9 properties

- **created**  
  *string* **Optional**  
  format: date-time  
  The time when the resource was created

- **createdBy**  
  *string* **Optional**  
  format: uuid  
  ID of the user who created the resource

- **createdByEmail**  
  *string* **Optional**  
  Email of the user who created the resource

- **createdById**  
  *string* **Required**  
  format: uuid  
  Id of the user who created the organization

- **createdByName**  
  *string* **Required**  
  Name of the user who created the organization

- **id**  
  *string* **Required**  
  format: uuid  
  The ID of the resource

- **isActive**  
  *boolean* **Required**  
  Is organization active

- **name**  
  *string* **Optional**  
  The name of the resource

- **updated**  
  *string* **Optional**  
  format: date-time  
  The time when the resource was last updated

### spec  
*object*  [OrganizationSpecSchema](https://docs.mediakind.com/api-reference/management-api/schemas/organizationspecschema) **Required**  
Specification

#### Show 5 properties

- **legalEntityAddress**  
  *string or null* **Optional**  
  The legal address of the purchaser.

- **legalEntityContactEmail**  
  *string or null* **Optional**  
  The primary officer's email address.

- **legalEntityName**  
  *string or null* **Optional**  
  The legal entity name of the purchaser.

- **legalEntityOfficer**  
  *string* **Optional**  
  The name of the primary officer of the purchaser.

- **name**  
  *string* **Optional**  
  Name of the organization
