Server
Confluence Data Center / / REST API
POST

Create group

Creates the given group identified by name.

Request

Request bodyapplication/json

Group

Responses

returns the new group if group is created successfully

application/json

Group

POST/rest/api/admin/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'
DEL

Delete group

Deletes the given group identified by name.

Request

Path parameters

groupName

string

Required

Responses

returns no content if group is deleted successfully

DEL/rest/api/admin/group/{groupName}
1 2 curl --request DELETE \ --url 'http://{baseurl}/confluence/rest/api/admin/group/{groupName}'

Rate this page: