Gets an active, unexpired enrollment token. A partial view of the enrollment token is returned. Only the following fields are populated:
, name
, expirationTimestamp
, allowPersonalUsage
, value
. This method is meant to help manage active enrollment tokens lifecycle. For security reasons, it's recommended to qrCode
delete
active enrollment tokens as soon as they're not intended to be used anymore.
HTTP request
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/enrollmentTokens/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the enrollment token in the form |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of EnrollmentToken
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidmanagement
For more information, see the OAuth 2.0 Overview.