• Access Mode
  • Admin Group
  • Admin User
  • Attachments
  • Backup and Restore
  • Category
  • Child Content
  • Content Blueprint
  • Content Body
  • Content Descendant
  • Content Labels
  • Content Property
  • Content Resource
  • Content Restrictions
  • Content Version
  • Content Watchers
  • GlobalColorScheme
  • Group
  • Instance Metrics
  • Label
  • Long Task
  • Server Information
  • Space
  • Space Label
  • Space Permissions
  • Space Property
  • Space Watchers
  • SpaceColorScheme
  • User
  • User Group
  • User Watch
  • Webhooks
  • Other operations
Server
Confluence Data Center / / REST API

Admin Group

Postman Collection
OpenAPI
POST

Create group

Creates the given group identified by name.

Forge and OAuth2 apps cannot access this REST resource.

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.

Forge and OAuth2 apps cannot access this REST resource.

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: