Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:54 PM
Is there a place I can find all the ${user.<fieldname>} fields I can use? The only documentation i can find is at: https://saviynt.freshdesk.com/support/solutions/articles/43000521404-saviynt-security-manager-ssm-sc...
I'm trying to setup a few connections to send along the users Prefered First Name field but am having issues. I'm using ${user.preferedFirstName} but this doesn't seem to send any useful data and causes the JSON files to fail.
If this is the correct place to find the information, can you shed some light on why
This works:
\"firstName\": \"${user.firstname}\",
This does not:
\"firstName\": \"${user.PreferedFirstName}\",
Both fields are populated for the users in our environment.
Solved! Go to Solution.
04/12/2022 01:49 PM
Adam for Preferred First Name you can use the variable preferedFirstName.
04/12/2022 01:49 PM
Are the field names case sensitive?
04/12/2022 01:50 PM
Yes
04/12/2022 01:50 PM
Is there someplace that lists these fields and how they are or are not capitalized?
04/12/2022 01:50 PM
I am not sure if there is a single place for all these but I have used some of them and these are as follows :
username,firstname,preferedFirstName,lastname,middlename,street,city,statuskey,startdate,enddate,manager,employeeType,systemUserName,departmentNumber,companyname,departmentname,employeeid,email,phonenumber,displayname,custompropertyX
04/12/2022 01:50 PM
Adam - Our documentation team building a data sheet with proper case. Should be available in Freshdesk soon.
Attached file for your reference
04/12/2022 01:50 PM
Thanks! this will be very helpful