Validate firstname lastname uniqueness while creating identity

The requirement is, while doing source account aggregation, if user’s first name and last name matches with any of the existing users then we need set some values in one of the identity attribute (We have introduced potentialMatch Identity attribute in identity profile.
We have written some cloud rule but that does not work. Do we have any OOTB method to validate the same.

Regards,
Ram

1 Like

Welcome to the developer community @Ramrangasamy1 ,

Before we talk about solutions, it would help us to better understand your requirements. Are you trying to generate a unique username for the identity? Are you trying to correlate an account with an existing identity?

Hi Colin,

The requirement is, once identity profile gets created, we need to find any of the existing users who are having same first name and Last name. Yes, we have configured correlation attribute. Though it is unique as per the correlation, we still need to identify the user based on first name and last name. if matches we need to trigger the event reason (We are doing it for some specific business requirement)

All i am looking here is, do we have any OOTB method to check this or Can i use query options in the cloud rule?

Regards,
Ram