Membuat token pendaftaran untuk perusahaan tertentu. Tanggung jawab pemanggil untuk mengelola siklus proses token yang baru dibuat dan deleting token tersebut jika tidak dimaksudkan untuk digunakan lagi.
Permintaan HTTP
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-01-30 UTC."],[[["Creates enrollment tokens for enterprises, allowing the caller to manage their lifecycle, including deletion when no longer needed."],["Uses an HTTP POST request to `https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens` with the enterprise name specified in the path parameter."],["Requires an `EnrollmentToken` object in the request body and returns a newly created `EnrollmentToken` object in the response upon success."],["Needs authorization with the `https://www.googleapis.com/auth/androidmanagement` scope for access."]]],["This describes creating an enrollment token for an enterprise. A `POST` request is sent to `https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens`, with the enterprise name (`enterprises/{enterpriseId}`) provided as a path parameter. The request body is an `EnrollmentToken` instance, and a successful response returns a new `EnrollmentToken`. The caller manages the token's lifecycle and requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope. The caller is also responsible for deleting the token.\n"]]