Forum Discussion
moconnor5
Adept
vaishnavi
9 years agoExpert
I am facing the same issue.
My API calls -
http://[community_url]/restapi/vc/groups/id/test-group/add?restapi.session_key=[key]&groups.invitee=users/login/[login]
http://[community_url]/restapi/vc/groups/id/test-group/remove?restapi.session_key=[key]&groups.invitee=users/login/[login]
Im getting below error -
<response status="error">
<error code="501">
<message> Unknown path element at node 'community.users'. </message>
</error>
</response>
Please let me know if anyone has the latest information on these APIs.
Thanks,
Vaishnavi
- vaishnavi9 years agoExpertSorry guys, I found out that I was missing forward slash(/) at the start of groups.invitee - groups.invitee=users/login/[login] - would not work groups.invitee=/users/login/[login] - this would work
Related Content
- 3 years ago
- 4 years ago
- 3 years ago
- 8 months ago