Web Service Method: Create a Group
Abstract
Web Service Method: Create a Group
Description |
---|
Creates a new user group on a PoolParty server. |
Note
The equivalent functionality in the user interface is Add new user groups
Creating user groups is only possible when the server uses https.
URL: /PoolParty/api/user/addGroup
Request
Supported Methods |
---|
POST |
application/json
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Parameter | Comment | Type | Required |
---|---|---|---|
name | Name of the new group | String | true |
Response
http status code 200if OK.
Example
Sample request, done with Postman: