I want to retrieve all mobile devices under my G Suite domain. So I tried on "Try this API" with an account that was granted the "Super Admin" role.
I can retrieve 109 devices on Admin Console.
- Admin Console - Devices - Mobile Devices https://admin.google.com/ac/devices/list?category=mobile
But, I can retrieve only 5 devices via API.
- Mobiledevices: list | Directory API | Google Developers
https://developers.google.com/admin-sdk/directory/v1/reference/mobiledevices/list?apix_params=%7B%22customerId%22%3A%22my_customer%22%7D
- customerId = my_customer
Is it correct behavior?
How do I retrieve all mobile devices via API?