admin管理员组

文章数量:1287584

Documentation states that result of querying list of members could be limited by xprofile field of string type:

But what is the string format? I cannot find information anywhere. Does it work at all?

Documentation states that result of querying list of members could be limited by xprofile field of string type:

https://developer.buddypress/bp-rest-api/reference/members/#arguments

But what is the string format? I cannot find information anywhere. Does it work at all?

Share Improve this question asked Oct 14, 2021 at 17:28 rakjak2rakjak2 1 2
  • I'd guess it's the same as BP_User_Query xprofile_query, if that's easier to find. – Rup Commented Oct 14, 2021 at 19:42
  • Php implementation is relatively easy to find, but the question is how this maps to HTTP GET parameters? BP_XProfile_Query: github/buddypress/BuddyPress-build/blob/… – rakjak2 Commented Oct 15, 2021 at 20:37
Add a comment  | 

1 Answer 1

Reset to default 0

xprofile parameter is not working, see https://github/buddypress/BP-REST/issues/425. Hopefully it will be fixed soon.

本文标签: How to filter members by xprofile field via BuddyPress REST API