Hi Guys,
I am attempting to run an API refresh for multiple Identities. but having a hard time adding users in the uid.
I tried doing this but giving me an error:
“filter” : "uid == "Bat.Man","Super.Man",
Currently I am still taking advantage while /cc/ is still not decommissioned.
URL: https://sailpoint.api.identitynow.com/cc/api/system/refreshIdentities
{
"filter" : "uid == \"Bat.Man\"",
"refreshArgs" : {
"correlateEntitlements" : "true",
"promoteAttributes" : "true",
"refreshManagerStatus" : "true",
"synchronizeAttributes" : "true",
"pruneIdentities" : "true",
"provision" : "true"
}
}
Hope you can help me.
Thank you in advance.