# Organization

Represents an organization in YouTrack.

Available since YouTrack 2026.1.

## Attributes

This table describes attributes of the `Organization` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The database ID of the organization. `Read-only`.  |
|  key  |  String  |  The unique key of the organization.  |
|  name  |  String  |  The name of the organization.  |
|  description  |  String  |  The description of the organization. `Can be null`.  |
|  iconUrl  |  String  |  The URL of the organization's icon. `Read-only`. `Can be null`.  |
|  projects  |  [Array of Projects](api-entity-Project.html)  |  The list of projects that belong to the organization.  |

