Developer Portal for YouTrack and Hub Help

Organization

Represents an organization in YouTrack.

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

The list of projects that belong to the organization.

24 March 2026