Manager Email in identity attribute

Hello, I need to be able to map the manager’s email and manager’s name to the identity attributes so I can use them later in search queries. I already have the manager correlation correct in the source.

@Juanisola You can use something like below.

{
        "name": "<name of transform>",
        "type": "rule",
        "attributes": {
            "name": "Cloud Services Deployment Utility",
            "operation": "getReferenceIdentityAttribute",
            "uid": "manager",
            "attributeName": "<identity attribute>"
        }
    }

In your case, Identity attribute can be email or displayName.

Thanks,
Nikhlesh

1 Like

Hi @Juanisola As @nikhlesh21 says, you can use Get Reference Identity Attribute Transform:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.