Resources for DevelopersOld REST APIAdministration REST APICustom FieldsUser BundlesAdd Group to Users BundleAdd Group to Users BundleLast modified: 17 December 2019 PUT /admin/customfield/userBundle/{bundleName}/group/{groupName} Add a group to custom field users bundle. PUT /rest/admin/customfield/userBundle/{bundleName}/group/{groupName} Parameters: NameTypeDescriptionbundleNamestringName of a users bundle, to which a group should be added.groupNamestringName 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