Hi All How can I retrieve attributes from a user that is not the logged in user? I would need to get the user's email and phone number durning a subprocess that is running as system. Any ideas are greatly appreciated. Many thanks in advance regards, p asked 04.09.2019 at 09:50 peterw81 |
Hello peter, you can get all users by calling: ivy.wf.getSecurityContext.getUsers() answered 04.09.2019 at 10:52 Oliver Heer thanks, that did the job. I happened to notice that this method is implemented also on the ivy.session object... what's the difference between ivy.session.getSecurityContext() and ivy.wf.getSecurityContext()?
(06.09.2019 at 10:01)
peterw81
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 04.09.2019 at 09:50
Seen: 1,262 times
Last updated: 06.09.2019 at 10:01
Many thanks. That's exactly what I needed.