groups_members
Fetch the members of a group.
Edit the base details for a group. These are the settings that appear on the Settings page of the group’s Admin section in BuddyPress, like privacy settings, “enable forum”, invitation status etc.
This endpoint is used to update a BuddyPress group.
This endpoint is used to create a BuddyPress group.
Get a collection of groups, based on the parameters passed. Examples All Groups – Active http://localhost/api/userplus/groups/?key=KEY-HERE All Groups – Random http://localhost/api/userplus/groups/?key=KEY-HERE&type=random All Groups – Popular http://localhost/api/userplus/groups/?key=KEY-HERE&type=popular All Groups – Alphabetical http://localhost/api/userplus/groups/?key=KEY-HERE&type=alphabetical All Groups – Newest http://localhost/api/userplus/groups/?key=KEY-HERE&type=newest
This endpoint will search the database for matching username. If you want to search other user_meta too, use ‘members’ or ‘friends’ endpoints.
This endpoint will let user delete his account. You can get nonce value to be used with this endpoint by calling http://localhost/api/get_nonce/?controller= userplus&method=delete_account Be very careful using ‘delete_account’, this will delete the user account. Postman Screenshot:
This endpoint will check if the given ‘username’ is available for registration or not.
This endpoint will check if the given email address is available for registration or not.
This endpoint will update BuddyPress extended profile fields data. Just provide field label, values and cookie of user. Please make sure you provide ending comma for all those fields which have multiple values. e.g. If ‘skills’ xProfile field has multiple values, pass them like: http://localhost/api/userplus/xprofile_update/? key=KEY-HERE&cookie=COOKIE-HERE&field=value&field2=value&multi-value-field=value1,value2,value3 http://localhost/api/userplus/xprofile_update/? key=KEY-HERE&cookie=COOKIE-HERE&skills=PHP,MySQL, or &skills=PHP, Please make sure you always…
This endpoint will fetch BuddyPress extended profile fields data. Just provide field label and user_id.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |