01-19-2023 05:06 PM
Hello,
Solved! Go to Solution.
01-19-2023 05:38 PM
01-20-2023 09:03 AM
01-20-2023 08:38 AM
Is this before call0 or call1?
01-20-2023 10:34 AM
Just went through the guide, I don't see these variables listed for CreateAccountJSON..could you tell me where you got this from?
01-20-2023 11:28 AM
{
"accountIdPath": "call2.message.id",
"call": [{
"name": "call1",
"connection": "accAuth",
"url": "https://uri.rushi.com",
"httpMethod": "POST",
"httpParams": "{\"username\": \"${user.customproperty22}\", \"firstName\": \"${user.firstname}\", \"lastName\": \"${user.lastname}\",\"email\": \"${user.customproperty22}\",\"enabled\":\"true\"}",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [201, 200, 204]
},
"unsuccessResponses": {
"statusCode": [400, 403, 401, 404, 409, 501, 500]
}
},
{
"name": "call2",
"connection": "accAuth",
"url": "https://uri.rushi.com?max=-1",
"httpMethod": "GET",
"httpParams": "",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/json"
}
]
}
01-20-2023 11:52 AM
Thank you, will try this format out.