Add Group to Users Bundle
PUT /admin/customfield/userBundle/{bundleName}/group/{groupName}
Add a group to custom field users bundle.
PUT /rest/admin/customfield/userBundle/{bundleName}/group/{groupName}
Parameters:
Name | Type | Description |
---|---|---|
bundleName | string | Name of a users bundle, to which a group should be added. |
groupName | string | Name of the group to be added to the users bundle. |
Sample
Request
PUT https://example.com/youtrack/rest/admin/customfield/userBundle/My%20Users/group/idea-developers
Cookie: $Version=0; JSESSIONID=19eie47i6xtd6l37im4l7uxwc; $Path=/;
jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290;
$Path=/
Response
HTTP/1.1 201 Created
Content-Type: application/xml;charset=UTF-8
Location: https://example.com/youtrack/rest/admin/customfield/userBundle/My%20Users
Content-Length: 0
Last modified: 30 March 2021