Hello,
I’m working on a nextcloud app, and one of it’s purposes is to be able to share data between users.
In order to do this I need to first fetch the list of users.
What is the best way of doing this? I’ve looked at the nextcloud code and documentation and I’ve seen some POST requests to get users, and places where the users are requested from the $store…
Could someone please point me in the right direction? What I think I’m looking for is a simple request to get a list of users and their basic information. I probably also need a way to get access to the requesttoken. However, I still can’t seem to find those functions.
Any help is appreciated. Thanks