Description -
Create an API that allows fetches several profiles using an attribute and value as input. This way it would be possible with a single call to know which profiles have the value X in the attribute Y without having to make the call profile by profile.
Why is this feature important to you -
It helped to validate the information that is on Target without having to make an invocation per profile.
How would you like the feature to work -
Passing an attribute and a value as input, obtain all profiles that have that value and that attribute. Put the response in Json or XML due to the volume of data it may contain.
Current Behaviour -
Validation of attributes per profile (single request)