search_all_users
This endpoint will search the database user table field and compare meta_key from user_meta table. For instance, if you want to search user_email and compare it to similar nickname from user_meta, you can use this endpoint.
This endpoint will search the database user table field and compare meta_key from user_meta table. For instance, if you want to search user_email and compare it to similar nickname from user_meta, you can use this endpoint.
This endpoint is used to logoff user via rest api call. You can force sign out user from all WordPress instances or all others.
This endpoint allows admin to reset any user password using his user_id. You must use the POST method to use this endpoint.
This endpoint allows user to login with Google ID. Provide the valid ‘id_token’ for your app from Google API. You can try this OAuth 2.0 Playground to generate a ‘id_token’. To use this ‘google_connect’ endpoint, you must be familiar with the Google apps and generating access_token and id_token for your app. See this for more details…
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 allows users to register via Facebook account. Provide valid access_token with email extended permission. To generate test access_token, try this tool https://developers.facebook.com/tools/explorer/ and select the app from above drop down that you want to get access_token (You must have joined that app already with email permission to generate access_token) for and then select…
This endpoint allows user registration. To disable registration email notification to user: http://localhost/api/user/register/?key=KEY-HERE &username=john &email=john@domain.com&nonce=8bdfeb4e16& display_name=John&user_pass=8734tHYS¬ify=no Please make sure you provide valid values that these fields expect in correct format. To register user with a reference Provide the ‘reference’ variable with the call. You can then use the get_user_meta endpoint to get the value. meta_key=reference.…
This endpoint is used to update user_meta and other details including password. Please see optional arguments for details.
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. |