YouTrack Standalone 2017.1 Help

POST Group

POST /admin/group/{group}

Update specific user group.

POST /rest/admin/group/{group}?{newName}&{description}&{autoJoin}

Parameters:

Name Type Description
group string Name of user group
description string Description of user group
autoJoin Boolean Newly registered users will be automatically added to this group
newName string New name of specified group

Sample

Request:

POST /rest/admin/group/xda-developers?newName=mobile-software-developers&description=mobile phones software developers&autoJoin=true

Response:

Response Code: 200 Response Status: OK
Last modified: 18 April 2017