Hi,
I would like to use the `https://cloudidentity.googleapis.com/v1/devices/-/deviceUsers:lookup` endpoint to request the caller deviceID's.
I've tried using an oauth2-token (with scope `https://www.googleapis.com/auth/cloud-identity.devices.lookup` ), with an API key (added as queryParameter) and even both at the same time.
The full call I do is https://cloudidentity.googleapis.com/v1/devices/-/deviceUsers:lookup?userId=me with the Bearer token in the headers.
I keep getting the PERMISSION_DENIED with 'the caller does not have permission`
Note: I am the owner of my tenant