update_user_meta
This endpoint allows you update user meta using meta_key variable.
In the example below: meta_key is for WordPress user_meta. It is different from BuddyPress xProfile fields.
Resource URL
http://localhost/api/userplus/update_user_meta/
Method
POST
Required Parameters
- cookie
- key – get API key from Settings > User Plus
- meta_key
- meta_value - You may send multiple values separated by comma
Sample Request URL
http://localhost/api/userplus/update_user_meta/?key=KEY-HERE&cookie=COOKIE-HERE&meta_key=city&meta_value=Chicago