Versions Compared

Key

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

...

This is the endpoint that can be used for searching Confluence users.TODO

URL

HTTP Method

HTTP headers

HTTP Request payload

<CONFLUENCE_BASE_URL>/rest/confluenceuserexport/1.0/

POST

Content-type: application/json

Accept: application/json

Authorization: Basic (<username:password>base64)

Code Block
languagejson
{
  "searchString": "",
  "activeUsers": true,
  "inActiveUsers": true,
  "offset": 0,
  "pageSize": 20
}