I have the following api config for import account json using a rest api connection. {
"connection": "acctAuth",
"processingType": "SequentialAndIterative",
"successResponses": {
"statusCode": [
200,
201,
202,
203,
...
Hi,I was wondering if anyone had any resources they could share on the various components available for REST API Json config construction? I have reviewed the developers handbook and while it touches on some things it doesn't actually go into details...
Hi! I am trying to leverage managerAccount.accountID in the create json config for servicenow connection. I can't seem to figure out the proper syntax to do a null check before sending the value. This is what I currently have but even with or without...
Hi. I have an issue where after importing the ServiceNow accounts, the test users I have created are not being updated from "Manually Provisioned" to Active or Inactive. The accounts that already exist previously properly show as active or inactive.....
I have a user update rule that triggers on a value change for an attribute to then sync to a target REST Application(DUO). The rule triggers properly and I see the "Update User" task generated under pending tasks. However, I am unable to get the task...
I am using the OOTB json config listed below, I have removed the URL for sharing here but is correct. {
"accountParams": {
"connection": "acctAuth",
"processingType": "SequentialAndIterative",
"call": {
"call1": {
"callOr...
Yes, they look to be importing since the account entry on the user object is not showing as deleted or anything like that. The status in the target for the "active" attribute is true for all of the test users. So I would expect that upon aggregation ...