in Technology by

How to get the UserID of all the currently logged in users using Apex code?

Please log in or register to answer this question.

1 Answer

0 votes
by

You can get the ID’s of all the currently logged in users by using this global function: UserInfo.getUserId().

Related questions

...