Resources for DevelopersOld REST APIAdministration REST APICustom FieldsUser BundlesAdd User to Users BundleAdd User to Users BundleLast modified: 17 December 2019 PUT /admin/customfield/userBundle/{bundleName}/individual/{userName} Add new user to custom field users bundle PUT /rest/admin/customfield/userBundle/{bundleName}/individual/{userName} Parameters: NameTypeDescriptionbundleNamestringA name of a users bundle to add a user to.userNamestringLogin name of a user to add to the specified users bundle. Sample Request PUT https://example.com/youtrack/rest/admin/customfield/userBundle/My%20Users/individual/beto 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