Modifying the ACC Payload for Assigned To?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 12:10 PM
All,
Sorry in advance if I'm asking something basic, but I'm trying trying to find a way to concatinate on the returned username value from an ACC scan, specific to getting the "assigned to" value on the CI. The issue is that, due to our SSO, our User IDs are set to our email addresses so, while the correct value is in the XML payload (e.g., "jonesde" in my case) there's no match since the user ID my full email address.
Of course, all I need to do is add the domain string but I'm not clear were I do this before search on sys_user is started. Can I match against another field other than user ID I could create on sys_user with just the username value or is there a way to update the XML payload prior to the sys_user search to inject the domain?
Thanks!