latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-216381,9552.9 MB

f2cf3228f366

Personal Device

NOTE: Only shows devices for the current user.

Search returns the calling user's registered devices, ordered by display name. By default only active devices are returned; use the status filter to include revoked devices. Optionally filter by a display-name query.

post/api/v1/search/iam/personal_devices

Request body

pageSizeinteger

The maximum number of results to return per page.

pageTokenstring

A pagination token returned from a previous Search call.

querystring

An optional case-insensitive filter on the device display name.

statusFilter'PERSONAL_DEVICE_STATUS_FILTER_UNSPECIFIED' | 'PERSONAL_DEVICE_STATUS_FILTER_ACTIVE' | 'PERSONAL_DEVICE_STATUS_FILTER_REVOKED' | 'PERSONAL_DEVICE_STATUS_FILTER_ALL'

Which device statuses to return. Defaults to active devices only.

Response

Successful response

nextPageTokenstring

A token to retrieve the next page of results, or empty if there are no more.