Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
How to get the info about project2 owner through api?
Solved! Go to Solution.
You can use getOwner() api on the Project2 object. It will return you the owner as a WTPrincipal object.
Let me know, if you need more info.
You can use getOwner() api on the Project2 object. It will return you the owner as a WTPrincipal object.
Let me know, if you need more info.
Hrishikesh, did Prabhash's post help?
yes
In the future, if you could mark the thread as answered it would be helpful. I have already marked his answer as correct in this case.
Thanks!