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:
Users would show as following (not created in the target system):
No account id and no account name. Can you please advise?