Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Error while creating Azure AD Account

SriRanga
Regular Contributor
Regular Contributor

Hi,

Can someone help here we are trying to provision Azure AD accounts but it was failing with call1":{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"}} we are unable to debug the exact issue here.

But I was able to create accounts from postman without any issue.

Attaching the logs along with hardcoded create account JSON.

 

Regards,

Sri Ranga

 

3 REPLIES 3

CR
Regular Contributor III
Regular Contributor III

did you verified in postman it working ? if yes can you check it security system level connection mapped or not if not plz map it


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

SriRanga
Regular Contributor
Regular Contributor

In postman that was working and in security system provisioning connection was mapped. 

There is space in end of url

 

{
"accountIdPath":"call1.message.id",
"dateFormat":"yyyy-MM-dd'T'HH:mm:ssXXX",
"responseColsToPropsMap":{
"displayName":"call1.message.displayName~#~char",
"name":"call1.message.userPrincipalName~#~char"
},
"call":[
{
"name":"call1",
"connection":"userAuth",
"url":"https://graph.microsoft.com/v1.0/users",
"httpMethod":"POST",
"httpParams":"{\"accountEnabled\":true,\"displayName\":\"Avinash Repalle\",\"mailNickname\":\"CLD-Avinash.Repalle\",\"userPrincipalName\":\"CLD-Avinash.Repalle@Removed.onmicrosoft.com\",\"passwordProfile\":{\"forceChangePasswordNextSignIn\":true,\"password\":\"Dummy@231\"}}",
"httpHeaders":{
"Authorization":"${access_token}"
},
"httpContentType":"application/json",
"successResponses":{
"statusCode":[
200,
201,
204,
205
]
}
}
]
}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.