Method: enterprises.migrationTokens.list

Lists migration tokens.

HTTP request

GET https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/migrationTokens

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The enterprise which the migration tokens belong to. Format: enterprises/{enterprise}

Query parameters

Parameters
pageSize

integer

The maximum number of migration tokens to return. Fewer migration tokens may be returned. If unspecified, at most 100 migration tokens will be returned. The maximum value is 100; values above 100 will be coerced to 100.

pageToken

string

A page token, received from a previous migrationTokens.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to migrationTokens.list must match the call that provided the page token.

Request body

The request body must be empty.

Response body

Response to a request to list migration tokens for a given enterprise.

If successful, the response body contains data with the following structure:

JSON representation
{
  "migrationTokens": [
    {
      object (MigrationToken)
    }
  ],
  "nextPageToken": string
}
Fields
migrationTokens[]

object (MigrationToken)

The migration tokens from the specified enterprise.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidmanagement

For more information, see the OAuth 2.0 Overview.