xprofile_update
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…