# Organization

Create and manage organizations in your account. You use organizations to group together related projects. For example, you can use an organization to group together projects within a business unit or division.

## Create an organization [Beta]

 - [POST /v1/orgs](https://apidocs.harness.io/organization/create-organization.md): Creates a new organization.

## List organizations [Beta]

 - [GET /v1/orgs](https://apidocs.harness.io/organization/get-organizations.md): Retrieves the information of the organizations.

## Retrieve an organization [Beta]

 - [GET /v1/orgs/{org}](https://apidocs.harness.io/organization/get-organization.md): Retrieves the information of the organization with the matching organization identifier.

## Update an organization [Beta]

 - [PUT /v1/orgs/{org}](https://apidocs.harness.io/organization/update-organization.md): Updates the information of the organization with the matching organization identifier.

## Delete an organization [Beta]

 - [DELETE /v1/orgs/{org}](https://apidocs.harness.io/organization/delete-organization.md): Deletes the information of the organization with the matching organization identifier.

## List Organizations by filter

 - [GET /ng/api/organizations](https://apidocs.harness.io/organization/getorganizationlist.md): List all Organizations matching the given search criteria.

## Create an Organization

 - [POST /ng/api/organizations](https://apidocs.harness.io/organization/postorganization.md): Creates a new Organization.

## List Organization details

 - [GET /ng/api/organizations/{identifier}](https://apidocs.harness.io/organization/getorganization.md): Lists Organization details using an Account and Organization ID.

## Update an Organization

 - [PUT /ng/api/organizations/{identifier}](https://apidocs.harness.io/organization/putorganization.md): Updates Organization settings.

## Delete an Organization

 - [DELETE /ng/api/organizations/{identifier}](https://apidocs.harness.io/organization/deleteorganization.md): Deletes Organization for the given ID.

