Account Enrichment Deprecated Hidden

Deprecated. Use the "Account Enrichment - Generic v2.1" playbook instead.\ \ Enrich the accounts under the Account context key with details from relevant integrations such as AD.

Deprecated Content (Deprecated) · 5 tasks · 0 inputs · 0 outputs

Details

IDAccount Enrichment
From Version5.0.0
Tasks5

README

Deprecated. Use the “Account Enrichment - Generic v2.1” playbook instead.
Enrich the accounts under the Account context key with details from relevant integrations such as AD.

Dependencies

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks

This playbook does not use any sub-playbooks.

Integrations

This playbook does not use any integrations.

Scripts

  • Exists
  • ADGetUser

Commands

This playbook does not use any commands.

Playbook Inputs


There are no inputs for this playbook.

Playbook Outputs


There are no outputs for this playbook.

Flowchart

yes yes Start Start Is AD configured? - Exists Is AD configured? Exists Query AD to get user details - ADGetUser Query AD to get user details ADGetUser User Enrichment Done User Enrichment Done Check if there is an Email address - Exists Check if there is an Emai... Exists
Deprecated. Use "Account Enrichment - Generic v2.1" playbook instead. Enrich Accounts using one or more integrations

## Dependencies
This playbook uses the following sub-playbooks, integrations, and scripts.

### Sub-playbooks
This playbook does not use any sub-playbooks.

### Integrations
This playbook does not use any integrations.

### Scripts
* Exists
* ADGetUser

### Commands
* ad-get-user

## Playbook Inputs
---

| **Name** | **Description** | **Default Value** | **Required** |
| --- | --- | --- | --- |
| Username | The Username to enrich | ${Account.Username} | Optional |

## Playbook Outputs
---

| **Path** | **Description** | **Type** |
| --- | --- | --- |
| Account | Account object | unknown |
| Account.Type | Type of the Account entity | string |
| Account.ID | The unique Account DN \(Distinguished Name\) | string |
| Account.Username | The Account username | string |
| Account.Email | The email address associated with the Account | unknown |
| Account.Groups | The groups the Account is part of | unknown |
| Account.DisplayName | The Account display name | string |
| Account.Manager | The Account's manager | string |

## Playbook Image
---
![Account_Enrichment_Generic](https://raw.githubusercontent.com/demisto/content/1bdd5229392bd86f0cc58265a24df23ee3f7e662/docs/images/playbooks/Account_Enrichment_Generic.png)