Skip to main content

Unify

Run a unification on collected identities.

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

note

Requires a user with System:Manage privilege.

Request

Parameters

unify
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

run-idThe ID assigned to the unification run. Use with Get Run Status to poll for completion.

Examples

Request

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

Response

{
"data": {
"type": "unify",
"run-id": "1001"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also