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

Create account json Saviynt with AzureADB2C

venkateswar
New Contributor
New Contributor

The domain portion of the userPrincipleName property is invalid.

{
"accountIdPath":"call1.message.id",
"dateFormat":"yyyy-MM-dd'T'HH:mm:ssXXX",
"responseColsToPropsMap":{
"comments":"call1.message.displayName~#~char",
"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\":\"${user.displayname}\",\"passwordProfile\":\r\n{\"password\":\"Passw0rd\",\"forceChangePasswordNextSignIn\":\"true\"},\"UsageLocation\":\"US\",\"userPrincipalName\":\"${user.email}\",\"mailNickname\":\"${user.firstname}\",\"givenName\":\"${user.firstname}\",\"surname\":\"${user.lastname}\"}",
"httpHeaders":{
"Authorization":"${access_token}"
},
"httpContentType":"application/json",
"successResponses":{
"statusCode":[
200,
201,
204,
205
]
}
}
]
}

error:

venkateswar_0-1682675477429.png

 

1 REPLY 1

SB
Saviynt Employee
Saviynt Employee

Can you confirm if this is working from postman with the same payload format.


Regards,
Sahil