followUser
Function used to follow user.
Example Usage
$.fn.followUser({
userGuid: "8fb8018f-5643-4572-8ec1-21f03c5279bd",
onSuccess: function (data, textStatus, jqXHR) {
// handle response
},
beforeSend: function (jqXHR, settings) {
},
onComplete: function (jqXHR, textStatus) {
}
});
Parameters
Parameter | type | Required | Description |
---|---|---|---|
userGuid | string | yes | User GUID |
Example Response
{"success":1}
Updated almost 5 years ago