# Organizations Object

> Source: https://truto.one/docs/api-reference/unified-ci-cd-api/organizations/

Schema for the `Organizations` resource in **Unified CI/CD API**.

## Properties

- **`id`** _(string)_
  The ID of the organization
- **`name`** _(string)_
  The name of the organization
- **`created_at`** _(string)_
  The date and time the organization was created
- **`updated_at`** _(string)_
  The date and time the organization was last updated
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/ci-cd/organizations](/docs/api-reference/unified-ci-cd-api/organizations/list) — List Organizations
