How do I list role ids associated with a group ID using the REST APIs?
How do I list role ids associated with a group ID using the REST APIs?
Use the Roles.List API.
GET api.ashx/v2/{application}/{id}/roles.{json|xml}
List Role REST Endpoint - API Documentation - Verint Community 12.x - Verint | Telligent Community
application = 'groups'
id = {groupID}
When I run that I get the following error: