Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Provides an export of Group Members from a Group within Confluence.

Endpoint

/rest/csum/latest/public/group/members?spaceKey=test&groupName=test-hi"

...

Note

Authorization

In order to be able to perform the Group members export request, the User performing the request must be authorized through CSUM:

Or the Group that exists with the name corresponding to the groupName query parameter on the request is a Space Group within the Space that exists corresponding to the spaceKey query parameter on the request
  • A The user must be a Space Admin of the Space that exists corresponding to referred by the spaceKey query parameter on the requestAnd

  • The referred groupName Group is either:

  • Authorized to manage the Group that exists with the name corresponding to the groupName query parameter on the request through Delegated Groups. Read more here: Delegated Groups

  • Public Component Classes

    The following Interfaces are exposed to perform the same functionality as above. These Classes can be used internally within your code to hook into CSUM’s operations.

    ...