POST Group
POST /admin/group/{group}
Update specific group.
POST /rest/admin/group/{group}?{newName}&{description}&{autoJoin}
Parameters:
Name | Type | Description |
---|---|---|
group | string | Name of group |
description | string | Description of 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: 30 March 2021