...
URL | HTTP Method | HTTP headers | HTTP Request payload | |||||||
---|---|---|---|---|---|---|---|---|---|---|
<CONFLUENCE_BASE_URL>/rest/confluenceuserexport/1.0/search | POST | Content-type: application/json Accept: application/json Authorization: Basic (<username:password>base64) | EXAMPLE 1The payload below get the 20 first users that are active or inactive starting from 0.
EXAMPLE 2The payload below get the 50 first users that are active or inactive starting from 0 where the user email contains @mail.com.
|
...