# Organizations

Your business company is identified by the related organization.

<details>

<summary>Data model</summary>

Check the related [ER diagram](https://commercelayer.io/docs/data-model/users-and-organizations) and explore the flowchart that illustrates how the organization resource relates to the other API entities.

</details>

{% hint style="info" %}
This is a **singleton API**, meaning that only the organization within the current scope it’s retrieved. No need to specify the resource ID. If you need to manage (programmatically or manually) all your organization you can leverage our [Provisioning API](https://app.gitbook.com/s/xrdVVavnnBMHRCqrLp1y/api-reference/organizations). This endpoint is also **immutable**, meaning that create, update, and delete operations are not allowed.
{% endhint %}

{% hint style="warning" %}
If — for whatever reason — you need to delete one or more of the organizations you created, please ask the organization owner to reach out to our support team and send a specific request to [support@commercelayer.io ](mailto:support@commercelayer.io)specifying the list of the organization slug you want to be deleted.
{% endhint %}

{% hint style="success" %}
To fully manage your organizations please leverage the [dedicated endpoint](https://app.gitbook.com/s/xrdVVavnnBMHRCqrLp1y/api-reference/organizations) on the Provisioning API.
{% endhint %}
