Set new analysis labels for entries.
External DocumentationTo learn more, visit the Reco documentation.

Parameters

ParameterDescription
Label RelationsAn array of json objects, each one representing an entry label to set.

Required fields in each label are as follows:
* labelName
* entryId
* labelStatus
* entryType

For example:
[
{
“labelName”: “Label Name”,
“entryId”: “00000000-0000-0000-0000-000000000000”,
“labelStatus”: “LABEL_STATUS_PENDING”,
“entryType”: “ENTRY_TYPE_IDENTITY”
}
]

or more information on each field, please visit Reco’s documentation

Example Output

{
	"entryLabels": [
		{
			"label": {
				"name": "<string>",
				"description": "<string>",
				"tooltip": "<string>",
				"type": "<string>",
				"riskLevel": "<string>",
				"creator": "<string>",
				"isClosed": false,
				"LabelUUID": "<string>",
				"dataCategory": "<string>",
				"riskLevelChangedBy": "<string>",
				"relatedEntryTypes": "<string>"
			},
			"labelCount": "<string>",
			"labelStatus": "<string>",
			"entryType": "<string>",
			"entryId": "<string>",
			"updatedAt": "<string>",
			"attributes": {
				"analysis_date": "<string>",
				"analysis_explanation_parameters": {
					"account type by source": "<string>",
					"main active directory status": null,
					"number of deleted accounts": 1,
					"reason of deletion": [
						{
							"account_id": "<string>",
							"account_type": "<string>",
							"is_archived": null,
							"is_deleted": null,
							"is_recently_extracted": false,
							"is_suspended": false,
							"last_extraction_time": "<string>"
						}
					]
				},
				"analysis_name": "<string>",
				"analyzer_version": "<string>"
			},
			"instanceId": "<string>"
		},
		{
			"label": {
				"name": "<string>",
				"description": "<string>",
				"tooltip": "<string>",
				"type": "<string>",
				"riskLevel": "<string>",
				"creator": "<string>",
				"isClosed": false,
				"LabelUUID": "<string>",
				"dataCategory": "<string>",
				"riskLevelChangedBy": "<string>",
				"relatedEntryTypes": "<string>"
			},
			"labelCount": "<string>",
			"labelStatus": "<string>",
			"entryType": "<string>",
			"entryId": "<string>",
			"updatedAt": "<string>",
			"attributes": {
				"analysis_date": "<string>",
				"analysis_name": "<string>",
				"analyzer_explanation": "<string>",
				"analyzer_version": "<string>"
			},
			"instanceId": "<string>"
		}
	]
}

Workflow Library Example

Set Entry Label with Reco and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop