> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/general/check-assignments-of-users.md).

# ユーザーの割り当てを確認

### 説明

このランブックは、指定したユーザーに関連する Intune ポリシーと、必要に応じてアプリの割り当てを照会します。推移的なグループ メンバーシップを解決し、一致する割り当てを報告します。

### 場所

組織 → 全般 → ユーザーの割り当てを確認

**Runbook の完全名**

rjgit-org\_general\_check-assignments-of-users

### 詳細

| プロパティ    | 値                                  |
| -------- | ---------------------------------- |
| バージョン    | 1.0.2                              |
| 必要なモジュール | RealmJoin.RunbookHelper (>= 0.8.9) |
| スケジュール可能 | いいえ                                |

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**：Microsoft Graph
  * User.Read.All
    * *各 UPN をユーザー ID に解決し、/users/{id}/transitiveMemberOf を一覧表示します*
  * Group.Read.All
    * *transitiveMemberOf によって返されたグループ オブジェクトを読み取り、割り当て対象と照合します*
  * DeviceManagementConfiguration.Read.All
    * *Intune の構成、グループ ポリシー、コンプライアンス ポリシー、およびそれらの割り当てを一覧表示します*
  * DeviceManagementApps.Read.All
    * *IncludeApps が有効な場合、モバイル アプリとその割り当てを一覧表示します*

### パラメーター

#### ユーザー プリンシパル名

割り当てを確認するユーザーのユーザー プリンシパル名。

| プロパティ   | 値                    |
| ------- | -------------------- |
| 必須      | はい                   |
| 既定値     |                      |
| 種類      | String\[]            |
| ポータル表示名 | 割り当てを確認する 1 人以上のユーザー |

#### IncludeApps

true に設定すると、アプリケーションの割り当ても評価します。

| プロパティ   | 値            |
| ------- | ------------ |
| 必須      | いいえ          |
| 既定値     | False        |
| 種類      | ブール値         |
| ポータル表示名 | アプリの割り当てを含める |

[Runbook Reference の概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/general/check-assignments-of-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
