We have a request from a developer to get email notification when orgadmin user revokes his / her access to a developer app in edge. Is this possible?
–SF1430856–
We have a request from a developer to get email notification when orgadmin user revokes his / her access to a developer app in edge. Is this possible?
–SF1430856–
I am not sure if it is possible from Edge. May be you can build a utility using this management API to revoke access : https://api.enterprise.apigee.com/v1/organizations/{org-name}/developers/{developer_email_or_id}/apps/{app_name} and mashup with an email service.