Inside the HP Quality Center Scripting Editor, I can access current user info (like user name or full name) with the “user” object.
How do I access the current user E-Mail address property?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From what I can see in QC workflow documentation, the user object only had these properties: FullName, IsInGorup and UserName.
Since this is the case, you need access to the full user data, which you can get by using the customization metadata exposed by OTA.
To get user info, you need to get the CustomizationUser object which has an Email property.
Here is a sample from documentation on iterating over the users list: