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

Does ADSI support checkforunique with ProxyAddresses(Multi-valued attribute)?

sangitaladi
Regular Contributor
Regular Contributor

Hi Team

I would like to check if anyone has worked on ADSI Checkforunique feature, which does checkforunique with ProxyAddresses(Multi-valued) attribute in AD.

If yes, Will below format of checkforunique JSON works for ProxyAddresses also?

Here is the sample checkforunique JSON.

{
"CheckForUnique": {
"Attributes": [{
"samaccountname": "customproperty1",
"RuleCheck": "${user.lastname}###${user.lastname}1###${user.lastname}2###${user.lastname}3###${user.lastname}4###${user.lastname}5###${user.lastname}6###${user.lastname}7###${user.lastname}8"
},
{
"userprincipalname": "customproperty2",
"RuleCheck": ${user.lastname}@domainame.com###${user.lastname}1@domainname.com###${user.lastname}2@domainname.com...
},
{
"displayname": "customproperty31",
"RuleCheck": "${user.lastname}, ${user.firstname}###${user.lastname}, ${user.firstname}1###${user.lastname}, ${user.firstname}2###${user.lastname}, ${user.firstname}3###${user.lastname}, ${user.firstname}4"
}
]
}
}

 

 

Regards

Sangita Ladi

 

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Please refer https://forums.saviynt.com/t5/community-knowledge-base/how-to-achieve-user-account-name-uniqueness-c...


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi Rushikesh

 

Am aware of this post. Could you please provide insights for multivalued attributes: like ProxyAddresses. 

Regards

Sangita Ladi