Riversand Integration with SailPoint

Hello all,

I am trying to integrate SailPoint with Riversand and I would need an account to be created. Every time I would try to create an account, it will show, but the account would not get created on the target system (id should be created by the target system).

account schema

Create account configuration

Body
{
“entityModel”: {
“id”: “$plan.nativeIdentity$”,
“name”: “$plan.name$”,
“type”: “user”,
“properties”: {
“firstName”: “$plan.firstName$”,
“lastName”: “$plan.lastName$”,
“login”: “”,
“email”: “$plan.email$”,
“roles”: [
“$plan.roles”
]
}
}
}

The riversand documentation shows the create account as following:
image

Users would show as following (not created in the target system):

No account id and no account name. Can you please advise?

Have you added the create operation properly in the source. Also please enable the ccg log and share the log file

The create operation is there, however the account does not seem to be in the target system. It does not correlate the id created by the target system and also the name.


Maybe this picture might help out.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.