Get Manager
Retrieve the manager of a user object.
Introduction
Get the manager for a specified user in Entra ID. Requires an EntraID module.
Configuration
Name
Description
Default value
Mandatory
Expanded
namespace
Bind to EntraID module
"default"
user_id
User id or UPN.
select
Select these attributes.
merge_with_existing_item
Merge manager data with the existing item. Manager properties will get the prefix "manager_". If false a new item will be created.
true
id_property
Select this attribute as item ID if a new item is created.
"id"
use_beta_api
Graph API beta endpoint.
false
{
    "name": "EntraIDGetManager",
    "config": {
        "namespace": "entra01",
        "user_id": "${item.id}",
        "select": "id,businessPhones,displayName,mail,userPrincipalName",
        "id_property": "id",
        "merge_with_existing_item": true
    }
}