Getting users a repl has, and getting which ones are currently editing the repl

In a replit extension, is there a graphql query or function you can use to list the current users the repl has, and what users are currently online?

1 Like

You mean multiplayer users?

At the moment you can’t test for online users, but you can get a Repl’s multiplayers.

See docs: https://docs.replit.com/extensions/api/data#repldatainclusion

1 Like

If you can get all of the users in the repl, then it might be possible to scrape their profile page to see if they are online.

image

But they might be online and not on the Repl.