Google Play EMM API (androidenterprise:v1)

2022-12-16

1 new method

Additions

    Methods
  • androidenterprise.enterprises.createEnrollmentToken

      Parameter Order : enterpriseId

      Path : androidenterprise/v1/enterprises/{enterpriseId}/createEnrollmentToken

      Scopes : https://www.googleapis.com/auth/androidenterprise

      HTTP Method : POST

      Flat Path : androidenterprise/v1/enterprises/{enterpriseId}/createEnrollmentToken

      Description : Returns a token for device enrollment. The DPC can encode this token within the QR/NFC/zero-touch enrollment payload or fetch it before calling the on-device API to authenticate the user. The token can be generated for each device or reused across multiple devices.

      Parameters :

        deviceType

          Enum :

        • unknown
        • dedicatedDevice
        • knowledgeWorker
        • Description : Whether it’s a dedicated device or a knowledge worker device.

          Location : query

          Type : string

          Enum Descriptions :

        • This value is unused
        • This device is a dedicated device.
        • This device is required to have an authenticated user.

        enterpriseId

          Location : path

          Description : The ID of the enterprise.

          Type : string

          Required : Yes