keithkelly
3 years agoLeader
SSO Map "Department" to User
We're currently pulling in the user's First Name & Last Name and mapping that to the Khoros fields. I'd also like to map the department to a user field - is this possible?
Yes, you can update the profiles fields as I mentioned in below question also
If you know, where to find the value, then you can easily assign it to Department field using below API
<#assign response = restadmin('/users/id/${userId}/profiles/name/department/set?value=${value?url}')!{} />
Note: Make sure this is a valid profile name. I think you can check it using inspect element(right click on the field).
And the easiest way is, ask support to add this field in their mapping list. So automatically it can be filled when a new user comes in through SSO.