Crée un jeton d'inscription pour une entreprise donnée. Il incombe à l'appelant de gérer le cycle de vie des nouveaux jetons et de les deleting lorsqu'ils ne sont plus destinés à être utilisés.
Requête HTTP
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\u003cp\u003eCreates enrollment tokens for enterprises, allowing the caller to manage their lifecycle, including deletion when no longer needed.\u003c/p\u003e\n"],["\u003cp\u003eUses an HTTP POST request to \u003ccode\u003ehttps://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens\u003c/code\u003e with the enterprise name specified in the path parameter.\u003c/p\u003e\n"],["\u003cp\u003eRequires an \u003ccode\u003eEnrollmentToken\u003c/code\u003e object in the request body and returns a newly created \u003ccode\u003eEnrollmentToken\u003c/code\u003e object in the response upon success.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidmanagement\u003c/code\u003e scope for access.\u003c/p\u003e\n"]]],["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"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates an enrollment token for a given enterprise. It's up to the caller's responsibility to manage the lifecycle of newly created tokens and [deleting](/android/management/reference/rest/v1/enterprises.enrollmentTokens/delete#google.android.devicemanagement.v1.DeviceManagementService.DeleteEnrollmentToken) them when they're not intended to be used anymore.\n\nHTTP request\n\n`POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------------|\n| `parent` | `string` The name of the enterprise in the form `enterprises/{enterpriseId}`. |\n\nRequest body\n\nThe request body contains an instance of [EnrollmentToken](/android/management/reference/rest/v1/enterprises.enrollmentTokens#EnrollmentToken).\n\nResponse body\n\nIf successful, the response body contains a newly created instance of [EnrollmentToken](/android/management/reference/rest/v1/enterprises.enrollmentTokens#EnrollmentToken).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidmanagement`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]