<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00006fiG8nSAEOkta Classic EngineLifecycle ManagementAnswered2024-03-25T16:12:13.000Z2019-09-24T10:40:15.000Z2019-09-26T06:17:53.000Z
  • v29zk (v29zk)

    What is the source you are getting the attribute data from? HR? AD?

  • Hi Cedric,

     

    If your source of true is AD, then you can get the manager first name by using this expression: getManagerUser("active_directory").firstName.

    However, if you have any other source of true, you should use getManagerUser(your_source_of_true).firstName.

    Hopefully this helps you out!

    Expand Post
  • Mm, Thank for the reply, but I've tried getManagerUser(your_source_of_true).firstName doesn't seem to work.

    I read in the documentation it only appears to work when active_directory is your source of thruth... any other ideas?

This question is closed.
Loading
How to get an attribute of the manager of an Okta mastered user?