Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity Devices API instead. This method times out after 60 minutes. For more information, see Troubleshoot error codes .
HTTP request
GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/mobile
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
customerId
|
The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the |
Query parameters
| Parameters | |
|---|---|
maxResults
|
Maximum number of results to return. Max allowed value is 100. |
orderBy
|
Device property to use for sorting results. |
pageToken
|
Token to specify next page in the list |
projection
|
Restrict information returned to a set of selected fields. |
query
|
Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/search-operators |
sortOrder
|
Whether to return results in ascending or descending order. Must be used with the |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"kind"
:
string
,
"etag"
:
string
,
"mobiledevices"
:
[
{
object (
|
| Fields | |
|---|---|
kind
|
Kind of resource this is. |
etag
|
ETag of the resource. |
mobiledevices[]
|
A list of Mobile Device objects. |
nextPageToken
|
Token used to access next page of this result. |
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/admin.directory.device.mobile -
https://www.googleapis.com/auth/admin.directory.device.mobile.action -
https://www.googleapis.com/auth/admin.directory.device.mobile.readonly
For more information, see the Authorization guide .
OrderBy
| Enums | |
|---|---|
DEVICE_ID
|
The serial number for a Google Sync mobile device. For Android devices, this is a software generated unique identifier. |
EMAIL
|
The device owner's email address. |
LAST_SYNC
|
Last policy settings sync date time of the device. |
MODEL
|
The mobile device's model. |
NAME
|
The device owner's user name. |
OS
|
The device's operating system. |
STATUS
|
The device status. |
TYPE
|
Type of the device. |
Projection
| Enums | |
|---|---|
BASIC
|
Includes only the basic metadata fields (e.g., deviceId, model, status, type, and status) |
FULL
|
Includes all metadata fields |
SortOrder
| Enums | |
|---|---|
ASCENDING
|
Ascending order. |
DESCENDING
|
Descending order. |

