Returns a set of profiles that belong to the same matching group using the matchId
or profileId
. You can also specify the type of matching that you want for finding similar profiles using either RULE_BASED_MATCHING
or ML_BASED_MATCHING
.
See https://www.paws-r-sdk.com/docs/customerprofiles_get_similar_profiles/ for full documentation.
customerprofiles_get_similar_profiles(
NextToken = NULL,
MaxResults = NULL,
DomainName,
MatchType,
SearchKey,
SearchValue
)
The pagination token from the previous
get_similar_profiles
API
call.
The maximum number of objects returned per page.
[required] The unique name of the domain.
[required] Specify the type of matching to get similar profiles for.
[required] The string indicating the search key to be used.
[required] The string based on SearchKey
to be searched for similar profiles.