GET /api/v2/search/identities/runExport

Replaced by:

More specifically, you can create a search query for identities using the following example payload:

{
  "indices": [
    "identities"
  ],
  "query": {
    "query": "*"
  }
}

If you need the results in CSV format instead of JSON, you can watch the following video to learn how to do this.

For more information on searching for identities, please read the following:

1 Like