Search Developer by custom attribute value

I want to search developers who have the same custom attribute value.I know I can get all the developers and then filter them in my java code to get the required developers.But checking for any option to directly return the developers with the given value for a custom attribute for improved performance.

0 1 63
1 REPLY 1

I don't know of a way to ask Apigee to filter the set of developers by custom attribute value.

The datastore used by Apigee does not support the type of query you describe.