It's all about the answers!

Ask a question

Fetch RTC logged In user ID Using RTC REST Query


Girish Jangame (1118) | asked Mar 27 '18, 3:21 a.m.

Hi,
I want to fetch the logged in user details for any RTC project area using REST Query in java code.

The Details I want to fetch are Logged In user ID and Password.
Can someone help me in this how I can get these details.

One answer



permanent link
Donald Nong (14.5k414) | answered Mar 27 '18, 9:19 p.m.
edited Mar 27 '18, 9:19 p.m.

You're not going to get it, especially the password bit. The user sessions and server itself don't store the password. Even they do, if the password can be revealed by an API, it will be a severe security vulnerability.

Your answer


Register or to post your answer.