Web API - group members details
Is there any possibility to display details of group members (where I can find theirs library publication)?
I found that i can display owner library items , group members has 'Forbidden' access for owner
I found that i can display owner library items , group members has 'Forbidden' access for owner
https://api.zotero.org/users/<owner_id>/items?v=3
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
https://groups.google.com/forum/#!forum/zotero-dev
That url is for the user's personal library, which will only be available if they've chosen to make it public. If you're looking for their publications (things they've added to "My Publications" in their Zotero client) the path is
/users/<userID>/publications/items
https://www.zotero.org/support/dev/web_api/v3/basics#items