Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
<ph type="x-smartling-placeholder">
Répertorie toutes les configurations gérées par utilisateur pour l'utilisateur spécifié. Uniquement
l'ID est défini.
Requête
Requête HTTP
GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/managedConfigurationsForUser
Paramètres
Nom du paramètre
Valeur
Description
Paramètres de chemin d'accès
enterpriseId
string
ID de l'entreprise.
userId
string
ID de l'utilisateur.
Autorisation
Cette requête nécessite une autorisation ayant le champ d'application suivant:
Configuration gérée d'une application pour un utilisateur spécifique.
kind
string
Identifie le type de ressource. Valeur: chaîne fixe "androidenterprise#managedConfigurationsForUserListResponse".
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).
[null,null,["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\u003cp\u003eThis method lists all per-user managed configurations for a specified user, returning only the configuration ID.\u003c/p\u003e\n"],["\u003cp\u003eThis method is deprecated and will be inaccessible after September 30, 2025; new integrations should refer to updated recommendations.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope is required.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET to a specific endpoint, including the enterprise and user IDs.\u003c/p\u003e\n"]]],[],null,["# Managedconfigurationsforuser: list\n\n| **Note:** Requires [authorization](#auth).\n\n\u003cbr /\u003e\n\n| **Deprecated:** New integrations cannot use this method and can refer to our [new\n| recommendations](/android/work/deprecations#recommended_alternative_5). \n| **This method will no longer be accessible by\n| anyone after September 30, 2025.**\nLists all the per-user managed configurations for the specified user. Only the ID is set.\n\n\u003cbr /\u003e\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/managedConfigurationsForUser\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```objective-c\n{\n \"kind\": \"androidenterprise#managedConfigurationsForUserListResponse\",\n \"managedConfigurationForUser\": [\n managedconfigurationsforuser Resource\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------|-------|\n| `managedConfigurationForUser[]` | `list` | A managed configuration for an app for a specific user. | |\n| `kind` | `string` | Identifies what kind of resource this is. Value: the fixed string `\"androidenterprise#managedConfigurationsForUserListResponse\"`. | |"]]