Tworzy token rejestracji dla danej firmy. Za zarządzanie cyklem życia nowo utworzonych tokenów i deleting, gdy nie powinny już być używane, odpowiada osoba wywołująca. Po utworzeniu tokena rejestracji nie można już pobierać jego treści za pomocą interfejsu AM API. Dostawcy usług EMM powinni bezpiecznie przechowywać token, jeśli jest on przeznaczony do ponownego użycia.
Żądanie HTTP
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-04-11 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."]]],[]]