dhiraj_gophane
12 years agoLeader
List of users belongs to same rank
Hi,
I want a Rest API which will give me all the list of users who belong to a particular rank.
The current API doesn't work for me.
- http://community.lithium.com/community-name/restapi/vc/ranks/id/[id] /users/list
Any solution?
I believe the /restapi/vc/ranks/id/[id] REST API is for another similarly named feature in the Lithium Application. To get a list of users that belong to a rank I recommend using the search REST API:
/restapi/vc/search/users?ranking=[id]