Unable to pull Schema Preview for an Knowbe4 KSAT GraphQL application using Webservice connector

I am trying to integrate Knowbe4 KSAT GraphQL application with Sailpoint IIQ 7.3.

As I am unable to pull Schema Preview for an application using Webservice connector. It is throwing popup error as below and in my Connector Operations ->Aggregation in Response Root Path is $.[0].users.*

Exception occured while getting response for url: KnowBe4 and the exception is : Filter: [100][‘users’][*] can only be applied to arrays. Current context is: {data={users={nodes=[{“apiTokens”:,“firstName":“Aadarsh”,“lastName”:“Pandey”,“jobTitle”:“-”,“id”:1699573,“email”:“aadarsh.pandey@xxx.co.uk”},{“apiTokens”:,“firstName”:“Aamir”,“lastName”:“Khan”,“jobTitle”:“Technology Specialist - Virtualised Environments B”,“id”:1334386,“email”:“aamir.1.khan@xxx.co.uk”},{“apiTokens”:,“firstName”:“Aaron”,“lastName”:“Evans”,“jobTitle”:“Area Manager Convenience - South Kent & Sussex”,“id”:1591358,“email”:"aaron.1.evans@xxx.co.uk”}

My body type is raw option and the content is as below.

{
“query”: “{ users { nodes { apiTokens { active id } id email firstName lastName employeeNumber jobTitle } }}”
}

Please suggest what exactly i have to give in Response Root Path to pull Schema Preview.

Hi @rameshdara,

try to remove the [0] from root path.

But I am not sure at all, if you can post a sample of the response, I will suggest the correct path. From postman for example.

Hi Emanuele,

Removed [0] but no luck. below is the result.

Thanks & regards

My body query is as below

{
“query”: “{ users { nodes { apiTokens { active id } id email firstName lastName employeeNumber jobTitle } }}”
}

Please suggest.

Thanks

Ramesh Dara