How do I disable the SailPoint source?

Hi @omar_khote_iam ,
I’ve finally gotten back to this, since client wants it!
I’m able to find the accounts by doing a search using
a POST to /search?count=true&offset=1&limit=2 with the query:

@accounts(disabled:false AND locked:false) AND (NOT attributes.cloudLifecycleState:"active"

and I pass the ID for the IdentityNow Source:

“id”: “xxxx”,
“source”: {
“name”: “IdentityNow”,
“id”: “yyyyy”,
“type”: “IdentityNowConnector”
},

xxxx in this example to a POST /account/provision/xxxx

This APPEARS to work, since the SailPoint source is showing as Disabled in the UI.
BUT, it doesn’t really update the source. I get the same number of identities when I run the query, and when after a refresh, the SailPoint source goes back to Enabled.

I’m going to open a separate ticket for the API call, since @omar_khote_iam was able to get past my initial question.

Thanks,
Chris

1 Like