Developer Portal for YouTrack and Hub Help

Project Team

This resource lets you read and update the project team.

Resource

/api/admin/projects/{projectID}/team

Returned entity

ProjectTeam. For the description of the entity attributes, see Supported Fields section.

ProjectTeam attributes

User group representing all members of the project team.

Extends UserGroup

Attributes

This table describes attributes of the ProjectTeam 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

project

Project

The project that the team belongs to. Read-only.

users

Array of Users

All users in the project team, including users from groups added to the team. Read-only.

ownUsers

Array of Users

Users added to the project team directly.

groups

Array of UserGroups

Groups added to the project team.

id

String

The ID of the user group. Read-only.

name

String

The name of the group. Read-only.

ringId

String

ID of the group in Hub. Use this ID for operations in Hub, and for matching groups between YouTrack and Hub. Read-only. Can be null.

usersCount

Long

The number of users in the group. Read-only.

icon

String

The URL of the group logo. Read-only. Can be null.

allUsersGroup

Boolean

True if this group contains all users, otherwise false. Read-only.

20 May 2026