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

Create User Form: Auto populate requestor as Manager/Owner

Personal_Info
Regular Contributor II
Regular Contributor II

Hi Experts,

Please help

We are creating Third Party users through create user form. Once the user is creating I want  requestor to be user's manager/owner. I have created a dynamic attribute with name "manager" and mapped it to "owner" field of "Users. Is it possible to auto populate it with requestor's username so that requestor becomes manager?

Regards,

Naveen

1 REPLY 1

Personal_Info
Regular Contributor II
Regular Contributor II

Resolved this.

Made Dynamic attribute type as "Single Select From SQL Query" and used below in "Values" and "Default Values" and User Column as "owner".

select username as ID from Users where userkey = ${requestor}