{ "accountParams": { "unsuccessResponses": { "message": "", "response": "", "statusCode": [ null, 400, 401, 403, 404, 405, 409, 429, 500, 503 ] }, "includeExistingInActiveAccounts": true, "doNotChangeIfFailed": true, "connection": "accAuth", "processingType": "SequentialAndIterative", "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "httpHeaders": { "Authorization": "${access_token}" }, "url": "https://${connection.hosturl}/v1/users?pageSize=10000", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "items", "keyField": "name", "colsToPropsMap": { "status": "isActive~#~char", "name": "loginId~#~char", "accountID": "id~#~char", "displayName": "fullName~#~char", "customproperty1": "email~#~char", "customproperty2": "isActive~#~bool", "customproperty3": "defaultRoleId~#~char", "customproperty4": "id~#~char", "customproperty5": "annualHours~#~char", "customproperty6": "jobTitle~#~char", "customproperty7": "phoneNumber~#~char", "customproperty8": "referenceField1~#~char", "customproperty9": "referenceField2~#~char", "customproperty10": "referenceField3~#~char", "customproperty11": "supervisor~#~char", "customproperty12": "timeZoneId~#~char", "customproperty13": "allowUserMentions~#~bool" } } } }, "entitlementParams": { "connection": "accAuth", "doNotChangeIfFailed": true, "processingType": "SequentialAndIterative", "entTypes": { "Roles and Products": { "entTypeOrder": 0, "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "httpHeaders": { "Authorization": "${access_token}" }, "url": "https://${connection.hosturl}/v1/roles", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "items", "keyField": "entitlementID", "colsToPropsMap": { "entitlementID": "id~#~char", "entitlement_value": "name~#~char" } } } }, "Teams": { "entTypeOrder": 1, "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "httpHeaders": { "Authorization": "${access_token}" }, "url": "https://${connection.hosturl}/v1/teams", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "items", "keyField": "entitlementID", "colsToPropsMap": { "entitlementID": "id~#~char", "entitlement_value": "name~#~char", "customproperty1": "uniqueCode~#~char" } } } }, "Entities": { "entTypeOrder": 2, "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "httpHeaders": { "Authorization": "${access_token}" }, "url": "https://${connection.hosturl}/v1/mdm/entities", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "items", "keyField": "entitlementID", "colsToPropsMap": { "entitlementID": "id~#~char", "entitlement_value": "name~#~char", "customproperty1": "uniqueCode~#~char" } } } } } }, "acctEntParams": { "connection": "accAuth", "entTypes": { "Teams": { "call": { "call1": { "callOrder": 0, "stageNumber": 0, "processingType": "httpAcctToEnt", "http": { "httpHeaders": { "Authorization": "${access_token}" }, "url": "https://${connection.hosturl}/v1/users/${id}/teams", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "items", "entKeyField": "entitlementID", "entIdPath": "id", "acctKeyField": "accountID" } } }, "Entities": { "call": { "call1": { "callOrder": 0, "stageNumber": 0, "processingType": "httpAcctToEnt", "http": { "httpHeaders": { "Authorization": "${access_token}" }, "url": "https://${connection.hosturl}/v1/users/${id}/entities", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "items", "entKeyField": "entitlement_value", "entIdPath": "name", "acctKeyField": "accountID" } } } } } }