Skip to main content
12-Amethyst
April 30, 2015
Question

is there an existing infoengine call that can give me the information about a user if I know: wt.org.WTUser:72628?

  • April 30, 2015
  • 1 reply
  • 794 views

Is there an existing call that can give me the information about a user if I know: wt.org.WTUser:72628?

Can you point me how to get do this via IE if multiple calls may be needed?


1 reply

15-Moonstone
April 30, 2015

Must you use I*E? Why not database query?

Making the assumption that 72628 is the IDA2A2 value, then something like:

select * from wtuser where ida2a2=72628

Keep in mind that there is a lot of information stored in the LDAP instead of the database. So maybe that is why you want to use I*E instead of database query?