Web Service Method: Rename a Group
Abstract
Web Service Method: Rename a Group
Description |
---|
Renames a group on a PoolParty server. |
Note
Only works when the server is using https.
URL: /PoolParty/api/user/updateGroup
Request
Supported Methods |
---|
POST |
application/x-www-form-urlencoded
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Parameter | Comment | Type | Required |
---|---|---|---|
name | Name of the groups that should be renamed | String | true |
newName | New name of the group | String | true |
Response
http status code 200if OK.
Example
POST Request
https://workingontologist.poolparty.biz:7443/PoolParty/api/user/updateGroup?name=testGroup&newName=testingGroup