Need to fetch developer email from management api

Hi,

I need the developer email id from a management api. I could get the app id, app name and developer id from management api, but with these details how can I retrieve the email id of the developer.

Regards,

Krushna

Solved Solved
0 6 246
1 ACCEPTED SOLUTION

6 REPLIES 6

Try the List Developers API:

https://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/developers

It shows he email of all developers in the org.

Stephen

This api, gives the list of developers which is not my requirement. I need the developer email id with respect to app id, or developer id. the below management api gives all the detail regarding an app including who created or modified it, but doesn't provide the developer email id.

https://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apps/%7Bapp_id%7D

It looks like the original question posted was not clear on what you are trying to do, would be good to update it with the exact functionality you require. Are you saying that you want to look up the email address for a given app id you have? If so, you could get the developer id from the app, then make a call to get the developer from the app name.

Hi...I think it is working ...thanks a lot for your suggestion.

But I think Apigee should include the developer email id in the below api itself. It is giving all details except the developer email id which is quite a miss.

https://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apps/%7Bapp_id%7D