> For the complete documentation index, see [llms.txt](https://dev.smarttask.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.smarttask.io/models/company.md).

# Organization

### Organization Model

```json
{
    organization_id: number;
    name: string; //Max 50 char
    timezone: {
        timezone_region: string;
        timezone_in_mins: number;
    },
    associated_domain?: string;
    icon_url?: string; 
}
```
