Hi,
I would like to get all connected people to a particular doc.
A kind of table that would show me people connected (Singed in or not) and allowing me to get informations (if possible) like locations…
It there any way to do it ?
–
Ånkharys
Hi,
I would like to get all connected people to a particular doc.
A kind of table that would show me people connected (Singed in or not) and allowing me to get informations (if possible) like locations…
It there any way to do it ?
–
Ånkharys
I think one way to get the current logged in user, or if anonymous, by invoking the User
class on an event, like clicking a button. Then you can RunActions
to add a row in a given table using the AddRow
method.
Hey there!
The easiest way to do that is with the Doc Explorer pack - it runs a list of ALL The people the doc has been directly shared with along with the owner of the doc itself. The building block is called “Doc Access”
You cannot in any way programmatically get users individual locations within the doc
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.