Creates the given group identified by name.
Group
returns the new group if group is created successfully
Group
1
2
3
4
curl --request POST \
--url 'http://{baseurl}/confluence/rest/api/admin/group' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Deletes the given group identified by name.
string
Requiredreturns no content if group is deleted successfully
1
2
curl --request DELETE \
--url 'http://{baseurl}/confluence/rest/api/admin/group/{groupName}'
Rate this page: