Skip to main content

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

Content-Type

application/x-www-form-urlencoded

Path Variables

Variable

Comment

{project}

The UUID or the URI supplement (textual identifier) of the project to be used.

HTTP Parameters

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