Skip to main content

Active Directory - Get User Manager Details

This Playbook is part of the Active Directory Query Pack.#

Takes an email address or a username of a user account in Active Directory, and returns the email address of the user's manager.

Dependencies#

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

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • Active Directory Query v2

Scripts#

  • SetAndHandleEmpty

Commands#

  • ad-get-user

Playbook Inputs#


NameDescriptionDefault ValueRequired
UsernameSearch for user by the sAMAccountName attribute in Active Directory.Optional
UserEmailSearch for user by the email attribute in Active Directory.Account.EmailOptional

Playbook Outputs#


PathDescriptionType
UserManagerEmailThe email of the user's manager.unknown
UserManagerDisplayNameThe display name of the user's manager.unknown

Playbook Image#


Active Directory - Get User Manager Details