Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/03/2024 06:19 AM - edited 09/03/2024 06:23 AM
Hello,
We configure an endpoint with REST Connector, The CreateAccontJSON is configured and the target can provision the account and return HTTP 200 OK status but response body is blank.
However, Saviynt provisioning job is looking for accountID mapping (accountIdPath)from response. in this case of blank response, how should I setup accontID and accountIdPath?
Thanks
Solved! Go to Solution.
09/03/2024 06:23 AM
Hi @pahm , try this
"accountIdPath": "accountName".
09/03/2024 06:31 AM
If accountID value cannot be retrieved post account creation, I would suggest you to add the following at the begininng of your JSON :
"accountIdPath": "accountName"
Referring documentation : https://docs.saviyntcloud.com/bundle/REST-v2022x/page/Content/Developers-Handbook.htm
09/03/2024 06:33 AM
Create AccountJSON:
In the start
{
"accountIdPath": "accountName",
"responseColsToPropsMap": {},
or
{
"accountIdPath": "call1.message.id",
"responseColsToPropsMap": {},
or
{
"accountIdPath": "call1.message.operationResult.userId",
"responseColsToPropsMap": {},