InterviewSolution
Saved Bookmarks
| 1. |
How To Get The User Id Of All The Currently Logged In Users Using Apex Code? |
|
Answer» You can GET the ID’s of all the CURRENTLY LOGGED in USERS by using this global function: UserInfo.getUserId (). You can get the ID’s of all the currently logged in users by using this global function: UserInfo.getUserId (). |
|