Web Service SaaS Connector

Hi SailPoint Developers,

This is regarding Web Service SaaS connector where I am trying to do the Account Aggregation.

Method : POST

Response:

{
@type”: “QueryResult”,
“result”: [
{
@type”: “AccountUserRole”,
“id”: “4383349”,
“accountId”: “theun-B57”,
“userId”: “md.m”,
“roleId”: “42832”,
“lastName”: “Ritu”,
“firstName”: “Raj”
}

],

“numberOfResults”: 1

}

but When I ran the aggregation, it is not happening.

Please suggest me the solution

Hi @RAkhauri,

Could you please share a few more details:

  • Which application is this? If the API documentation is publicly available, please share the link.
  • If it isn’t, kindly provide the method, payload, and aggregation operation configuration screenshots (mask any sensitive data).
  • You mentioned “When I ran the aggregation, it is not happening.” — could you clarify what that means? Are you seeing any error message? If yes, please share the error details.
  • Also, please share the account schema.

Thanks,
Sid

Hi,

  • Which application is this? If the API documentation is publicly available, please share the link.

    • API Document is not available.
  • If it isn’t, kindly provide the method, payload, and aggregation operation configuration screenshots (mask any sensitive data).

    • I have ran the same query on Postman and it is POST call without any request body.

  • You mentioned “When I ran the aggregation, it is not happening.” — could you clarify what that means? Are you seeing any error message? If yes, please share the error details.

    • I mean to say that the Account are not getting aggregated into SailPoint ISC and even not throwing the errors.

  • Also, please share the account schema.

Is the Context URL intentionally left empty?

nope, I removed it due to security reason

1 Like

So basically the Account ID attribute needs to be unique.

Yes ,
after observing the response for the call , I can see that accountId attribute in the response is not an unique value , mark id as account id .