Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
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?
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?