Managedconfigurationsforuser: list

<ph type="x-smartling-placeholder">をご覧ください。 指定したユーザーの、ユーザーごとに管理するすべての設定を一覧表示します。単独 ID が設定されます。

リクエスト

HTTP リクエスト

GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/managedConfigurationsForUser

パラメータ

パラメータ名 説明
パスパラメータ
enterpriseId string 企業の ID。
userId string ユーザーの ID。

承認

このリクエストには、次のスコープによる認証が必要です。

スコープ
https://www.googleapis.com/auth/androidenterprise

詳細については、認証と認可のページをご覧ください。

リクエスト本文

このメソッドをリクエストの本文に含めないでください。

レスポンス

成功すると、このメソッドは次の構造を含むレスポンスの本文を返します。

{
  "kind": "androidenterprise#managedConfigurationsForUserListResponse",
  "managedConfigurationForUser": [
    managedconfigurationsforuser Resource
  ]
}
プロパティ名 説明 メモ
managedConfigurationForUser[] list 特定ユーザー向けのアプリの管理対象設定。
kind string リソースの種類を指定します。値: 固定文字列 "androidenterprise#managedConfigurationsForUserListResponse"