Users: generateAuthenticationToken
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Cihaz politikası istemcisinin kullanabileceği bir kimlik doğrulama jetonu oluşturur
Cihazda belirtilen EMM tarafından yönetilen kullanıcı hesabının temel hazırlığını yapın.
Oluşturulan jeton tek kullanımlıktır ve geçerlilik süresi birkaç dakikadır.
Kullanıcı başına en fazla 10 cihazın temel hazırlığını yapabilirsiniz.
Bu çağrı yalnızca EMM tarafından yönetilen hesaplarla yapılabilir.
İstek
HTTP isteği
POST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/authenticationToken
Parametreler
Parametre adı |
Değer |
Açıklama |
Yol parametreleri |
enterpriseId |
string |
Kuruluşun kimliği.
|
userId |
string |
Kullanıcının kimliği.
|
Yetkilendirme
Bu istek, aşağıdaki kapsamla yetkilendirme gerektiriyor:
Kapsam |
https://www.googleapis.com/auth/androidenterprise |
Daha fazla bilgi edinmek için kimlik doğrulama ve yetkilendirme sayfasına göz atın.
İstek içeriği
Bu yöntemle istek gövdesi sağlamayın.
Yanıt
Başarılı olursa bu yöntem, aşağıdaki yapıya sahip bir yanıt gövdesi döndürür:
{
"kind": "androidenterprise#authenticationToken",
"token": string
}
Mülk adı |
Değer |
Açıklama |
Notlar |
token |
string |
Cihazdaki cihaz politikası istemcisine iletilecek kimlik doğrulama jetonu, bu jetonun oluşturulduğu hesabın temel hazırlığını yapmak için kullanılabilir. |
|
kind |
string |
|
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eGenerates a single-use authentication token for provisioning an EMM-managed user account on a device, expiring after a few minutes.\u003c/p\u003e\n"],["\u003cp\u003eThis API call allows provisioning a maximum of 10 devices per user and is exclusively for EMM-managed accounts.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is required with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an authentication token to be used by the device policy client for provisioning.\u003c/p\u003e\n"]]],[],null,["# Users: generateAuthenticationToken\n\n| **Note:** Requires [authorization](#auth).\n\nGenerates an authentication token which the device policy client can use to\nprovision the given EMM-managed user account on a device.\nThe generated token is single-use and expires after a few minutes.\n\n\u003cbr /\u003e\n\n\nYou can provision a maximum of 10 devices per user.\n\n\u003cbr /\u003e\n\n\nThis call only works with EMM-managed accounts.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/authenticationToken\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|---------------------------|\n| **Path parameters** |||\n| `enterpriseId` | `string` | The ID of the enterprise. |\n| `userId` | `string` | The ID of the user. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```text\n{\n \"kind\": \"androidenterprise#authenticationToken\",\n \"token\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `token` | `string` | The authentication token to be passed to the device policy client on the device where it can be used to provision the account for which this token was generated. | |\n| `kind` | `string` | | |"]]