Is manager attribute is not able to use it as identity attribute

Hello Community!

When i am using the search capability, i am able to see if an identity is manager or not. But we would like to have it stored as identity attribute because we are planning to use it on antoher integration.
Is it possible to store it an identity attribute?

Kind regards,
Pablo

Hi Pablo!

You can use a transform like this on an identity profile attribute to have a true/false value based on if the identity is a manger or not. The identity profile attribute doesn’t matter, as long as it exists for all of the identities. So probably use something like employeeNumber.

{
    "name": "managerStatus",
    "type": "static",
    "attributes": {
        "value": "$identity.managerStatus"
    },
    "internal": false
}

Please let me know if this helps!

  • Zach
1 Like

I will try this out.
Thanks.

Thanks a lot Zach!

Regards,
Pablo

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