Skip to main content

Collect Identities

Run one or more identity collectors.

GET https://instance.securid.com/aveksa/command.submit?cmd=collectIdentities

note

Requires a user with System:Manage privilege.

Request

Parameters

collectIdentities
formatproperties - (Default) Returns the response as key=value pairs. When multiple collectors run, run-id is a CSV of all run IDs.

json - Returns the response as JSON.
nameThe friendly name of the collector to run. If omitted, all identity collectors are processed.
unifySet to true to trigger a unification run immediately after collection completes.
forceSet to true to ignore circuit breaker thresholds and force collection regardless of prior run state.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

run-idThe ID assigned to the collection run. When multiple collectors run, this is a CSV of all run IDs.
run-source-xxThe name of the collector for run ID xx. One key appears per collector that ran.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=collectIdentities&format=json&name=Sample+IDC&unify=true" \
-H "Authorization: Bearer <token>"

Response

Default format when format is omitted.

run-id=1001
run-source-1001=Sample IDC

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also