Searching User from Workflow Task Resource Pool Using API
My requirement is to search the user from Workflow Task > Resource pool .
ResourcePool for a specific Task has the role and Groups Mapped . I need to Search the user by UserName in groups only that are allocated to the Resource Pool for that Workflow Task .
I could find the Users and return the List of Users from The Context team and specific Role . However , Challenge comes , when user had to search for a User which is not a member of Group .
Is there any API , I can Use to find the users that are member of Groups added to Resource pool?
My action call is from ThingWorx and I need to create an WebService , which returns the user only if Present in Resource pool

