WebService-Connector - Create Account Operation is not Triggering
Hi Team,
I am trying to do Create Account Operation for my Webservice Connector, which targets Okta. When I created a new Identity in SailPoint, this operation is not triggering.
When I am executing the same values in postman it is working, but it is not working in Sailpoint. Test connection and Aggregation are working.
Below is the screenshot of the body Context from Postman and SailPoint Configuration.
SailPoint:
Body:
{
"profile":
{
"firstName": "$plan.firstName$",
"lastName": "$plan.lastName$",
"email": "$plan.email$",
"login": "$plan.email$",
"displayName": "$plan.empid$",
"countryCode": "$plan.country$",
"city": "$plan.city$",
"state": "$plan.state$",
"employeeNumber": "$plan.uid$",
"organization": "$plan.organization$",
"zipCode": "$plan.pincode$",
"nickName": "$plan.identificationNumber$",
"title": "$plan.manager$"
},
"credentials":
{
"password":
{
"value": "Sailpoint@2023"
}
}
}
Postman:
Any suggestions.


