This is driving me nuts. I've successfully followed the Android Management API Quickstart to create a project/enterprise/policy and install it on a device.
I stupidly didn't write down the enterprise or policy IDs. I tried to create a new set, but the non-enterprise email now gives an error that it's already part of another EMM.
Is there a place in the console where I can see a list of the enterprises and/or policies that I've created? Where are these stored?
Edit: I found the enterprises.get
method in the API but if I put enterprises/*
in the name field (per the validation) I get a 400 error indicating Invalid enterprise id. Provide a valid id.
so I'm unsure how to move forward.