Operations with Specific UserBundle
This resource lets you work with the sets of users in YouTrack.
Resource | /api/admin/customFieldSettings/bundles/user/{bundleID} |
Returned entity | UserBundle. For the description of the entity attributes, see Supported Fields section. |
Supported methods |
|
UserBundle attributes
Represents a set of values that contains users. You can add to the set both individual user accounts and groups of users.
Extends Bundle
This table describes attributes of the UserBundle
entity.
To receive an attribute in the response from server, specify it explicitly in the request parameter
fields
.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
groups | Array of UserGroups | User groups that belong to this bundle. |
individuals | Array of Users | Individual users that belong to this bundle. |
aggregatedUsers | Array of Users | All users that belong to this bundle. |
isUpdateable | Boolean | If |
Read a Specific UserBundle
Get the set of users with the specific ID.
Required permissions
Requires read or update access to one of the fields that use the bundle. If the bundle is not used in any field, Update Project permission is required in at least one project.
Request syntax
{bundleID} | Database ID of the bundle. |
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of UserBundle attributes that should be returned in the response. If no field is specified,only the |
Sample
Sample request
Sample response body
Update a Specific UserBundle
Change the set of users with the specific ID.
Required permissions
Requires Project Update permission in all projects where the bundle is used. If the bundle is not used in any field, Update Project permission is required in at least one project.
Request syntax
{bundleID} | Database ID of the bundle. |
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of UserBundle attributes that should be returned in the response. If no field is specified,only the |
Sample
Let's add a group of users to the specific set if users, and change the name of this set to 'Heroes'.
Sample request
Sample request body
Sample response body
Delete a Specific UserBundle
Delete the set of users with the specific ID.
Required permissions
Requires Project Update permission in all projects where the bundle is used. If the bundle is not used in any field, Update Project permission is required in at least one project.
Request syntax
{bundleID} | Database ID of the bundle. |
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of UserBundle attributes that should be returned in the response. If no field is specified,only the |