Forum Discussion
4 Replies
Sort By
- rookie679 years agoContributor
- vaishnavi9 years agoExpert
I was trying this API, but I am getting below error :-
http://[community_url]/restapi/vc/groups/id/test-group/invite?restapi.session_key=[key]&groups.invitee=users/id/[id]
http://[community_url]/restapi/vc/groups/id/test-group/invite?restapi.session_key=[key]&groups.invitee=users/login/[login]<response status="error"><error code="501"><message>Unknown path element at node 'community.users'.</message></error></response>Please let me know if there are any changes in the call/parameters.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
- 5 months ago
- 3 years ago