Dear all,
I need to get the total count of developers registered with edge for my organisation.
Naturally, I can do the following:
GET on https://api.enterprise.apigee.com/v1/organization... with basic oAuth header and use the array.lentgh of the return value. Sadly, the developers collection endpoint only returns 10000 results and doing multiple queries moving up the startkey defeats the purpose.
Is there an endpoint for getting this metric? Do note that not all developers registered have an API product, or Developer app assigned to them: they are just registered as developer.
KR,
Etienne