Operations with Specific Organization
This resource lets you work with organizations in YouTrack.
Resource | /api/admin/organizations/{organizationID} |
|---|---|
Returned entity | Organization. For the description of the entity attributes, see Supported Fields section. |
Supported methods |
|
Organization attributes
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
fieldsrequest 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. |
key | String | The unique key of the organization. |
name | String | The name of the organization. |
description | String | The description of the organization. |
iconUrl | String | The URL of the organization's icon. |
projects | The list of projects that belong to the organization. |
Read a Specific Organization
Get a specific organization in YouTrack.
Request syntax
{organizationID} | The database ID of the organization. |
|---|
Request parameters
Parameter | Type | Description |
|---|---|---|
fields | String | A list of Organization attributes that should be returned in the response. If no field is specified, only the |
Sample
Sample request
Sample response body
Update a Specific Organization
Update a specific organization in YouTrack.
Request syntax
{organizationID} | The database ID of the organization. |
|---|
Request parameters
Parameter | Type | Description |
|---|---|---|
fields | String | A list of Organization attributes that should be returned in the response. If no field is specified, only the |
Sample
Sample request
Sample request body
Sample response body
Delete a Specific Organization
Delete a specific organization in YouTrack.
Request syntax
{organizationID} | The database ID of the organization. |
|---|
Request parameters
Parameter | Type | Description |
|---|---|---|
fields | String | A list of Organization attributes that should be returned in the response. If no field is specified, only the |