Solved
Forum Discussion
3 Replies
virn,
You can use the below V1 API to follow any user.
/users/id/${user.id}/addressbook/contacts/friends/add?contacts.user=/users/id/43Where the user to add to the friends list. The user can be specified as a relative REST API path, such as id/43 to specify the user by id or login/username to specify the user by username, or by an absolute path beginning with a forward slash, like /users/id/43.
- virn6 years agoAdept
Hi @all
Is there any way to achieve this in Khoros Aurora?
Thanks in advance!