Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

user's manager details to be sent in JSON

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 12 2020 at 15:57 UTC

Hi Team - Canyou please let me know how can I pass-on an user's manager's first name, last name and username in a rest createaccountjson ? like we do with \"first_name\": \"${user.firstname}


I've tried with ${user.manager} , and it pass the manager's saviynt object ID 4 (.../.ECM/users/show/4)

${usermanager.username} is not working either.


Thanks,

Bitoshok

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
4 REPLIES 4

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 12 2020 at 16:03 UTC

Hi Bitoshok,


you can try using ${manager.username}.


Thanks & Regards,

Nimesh Bhanushali

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 14 2020 at 08:19 UTC

Hi Nimesh - Thanks, that seems to work with LDPA connector,for REST, ${userManager.username} worked.

The HELP button at the bottom of the connector helped.

Best Regards,

Bitoshok

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 14 2020 at 15:38 UTC

Hi Bitoshok,

In order to bind the user's manager's first, last and username in createAccountJSON use the following bindings:

${userManager.firstname} ${userManager.lastname} and ${userManager.username}.


Thank you

Vedanth b.k

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on April 1 2022 at 12:14 UTC

Hi Vedanth,


We are using REST Connector, Can you please help us following attribute in CreateAccountJson :

Requestee Manager Entity Attribute

Requestee Manager Department Name

Requestee Manager Custom Property30

Requestee Manager Location


Thanks

Manish


This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.