Changes between Initial Version and Version 1 of Ticket #8045, comment 4
- Timestamp:
- 02/02/2019 02:20:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8045, comment 4
initial v1 8 8 About the timeline, we can always extend it, can't we ? 9 9 10 I'm asking because I've just added a [https://github.com/buddypress/BP-REST/pull/140 PR] to fix an issue for the Groups endpoint and I've just found the Members endpoint seems to be using the way WordPress is getting users, meaning it's not possible to list users when don't have the capability to do it (unlogged users or regular members). Is there a reason I'm not aware of explaining why `BP_User_Query` is not used to list members ?10 I'm asking because I've just added a [https://github.com/buddypress/BP-REST/pull/140 PR] to fix an issue for the Groups endpoint and I've just found the Members endpoint seems to be using the way WordPress is getting users, meaning it's not possible to list users when you don't have the capability to do it (unlogged users or regular members). Is there a reason I'm not aware of explaining why `BP_User_Query` is not used to list members ? 11 11 12 12 Maybe working on some real use cases would help us to polish the API ?