Help Needed – Web Service SaaS Connector Setup & Required Endpoints

Below is the SS for the schema attribute and attribute path .


In my case [{

    "userId": ,
    "firstName": "",
    "lastName": "",
    "username": "",
    "password": "",
    "emailId": "",
    "contactNumber": "",
    "companyName": "",
    "status": 1,
    "createdByUserId": 0,
    "roleId": ,
    "roleName": ""
},

{},{}]
This is response format of get/users api .
image
this is Root path for above JSON response.

5 Likes