Operations with a Specific Subgroup of a Group
This resource lets you work with a specific subgroup in Hub and YouTrack.
Resource | <Hub Service URL>/api/rest/usergroups/{groupID}/subgroups/{subgroupID} |
Returned entity | UserGroup. For the description of the entity attributes, see UserGroup Attributes. |
Supported methods |
|
Group Attributes
Represents a group in Hub and YouTrack.
Attributes
This table describes attributes of the UserGroup
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 unique identifier of the group. |
aliases | Set.<alias> | The set of IDs of user groups that have been merged into this group. |
allUsers | Boolean | |
autoJoin | Boolean | Determines whether new users are added to this group automatically. |
autoJoinDomain | String | Stores an optional email domain used for auto-joining users to this group. If the user's email belongs to this domain, they are added to this group automatically. |
description | String | The description of the group. |
iconUrl | String | The URL of the icon of the group. |
name | String | The name of the group. |
organizations | Set.<organization> | The list of organizations that this group belongs to. |
ownUsers | Set.<user> | The list of users that belong to this group directly. |
parent | userGroup | The parent group that this group belongs to. |
project | Set.<project> | The list of projects in which the group is used as a resource. |
projectRoles | Set.<projectRole> | The list of project roles assigned to the users of this group. |
subgroups | Set.<userGroup> | The list of groups that belong to this group as sub-groups. |
userCount | Integer | The number of users that belong to the group. |
users | Set.<user> | The list of all users that belong to this group. |
Read a Specific Subgroup
Get a specific subgroup of a parent group.
Request Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
fields | String | Optional. Returns only the specified subset of the fields for each group. Use Fields Syntax to define the subset. |
Sample
Request
Response Body
Update a Specific Group
Update a subgroup.
Request Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of UserGroup attributes that should be returned in the response. If no field is specified, only the |
Sample
In this example, we update the name of a subgroup.
Request
Request Body
Response Body
Remove a Specific Group
Remove a group from the list of subgroups of a group.