I’m looking to pull out the e-mail address from Users in CMC. I have three queries I’ve used in QB, so my knowledge is severely limited . . .
I ran this query but don’t see an e-mail address, although it does have their user name (si_name), which I could fiddle with to get their email address.
select *
from ci_infoobjects
where si_kind = ‘FavoritesFolder’
order by si_name
gadsden_consulting (BOB member since 2015-06-18)