> 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/user/phone/grant-teams-user-policies.md).

# Teams ユーザーポリシーを付与

### 説明

Teams対応ユーザーに対して選択した Teams ポリシーを割り当てます。値が指定された場合にのみポリシーが変更され、"Global (Org Wide Default)" の値を使用すると割り当てを解除できます。割り当て可能なポリシーは次のとおりです: オンライン音声ルーティング ポリシー、Tenant ダイヤル プラン、Teams 通話ポリシー、Teams IP 電話ポリシー、オンライン ボイスメール ポリシー、Teams 会議ポリシー、および Teams 会議ブロードキャスト ポリシー (ライブ イベント ポリシー)。

### 場所

ユーザー → 電話 → Teams ユーザー ポリシーの割り当て

**完全な Runbook 名**

rjgit-user\_phone\_grant-teams-user-policies

### アクセス許可

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

* **種類**: Microsoft Graph
  * Organization.Read.All

#### RBAC ロール

* Teams 管理者

### パラメーター

#### ユーザー名

対象ユーザーのユーザー プリンシパル名。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### OnlineVoiceRoutingPolicy

Microsoft Teams のオンライン音声ルーティング ポリシー名。ポリシー名が空白のままの場合、対応するポリシーは変更されません。ポリシーの割り当てを解除するには、値 "Global (Org Wide Default)" を入力する必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### TenantDialPlan

Microsoft Teams の Tenant ダイヤル プラン名。ポリシー名が空白のままの場合、対応するポリシーは変更されません。ポリシーの割り当てを解除するには、値 "Global (Org Wide Default)" を入力する必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### TeamsCallingPolicy

Microsoft Teams の通話ポリシー名。ポリシー名が空白のままの場合、対応するポリシーは変更されません。ポリシーの割り当てを解除するには、値 "Global (Org Wide Default)" を入力する必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### TeamsIPPhonePolicy

Microsoft Teams の IP 電話ポリシー名。ポリシー名が空白のままの場合、対応するポリシーは変更されません。ポリシーの割り当てを解除するには、値 "Global (Org Wide Default)" を入力する必要があります。これは通常、共用エリア電話のユーザーに使用されます。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### OnlineVoicemailPolicy

Microsoft Teams のオンライン ボイスメール ポリシー名。ポリシー名が空白のままの場合、対応するポリシーは変更されません。ポリシーの割り当てを解除するには、値 "Global (Org Wide Default)" を入力する必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### TeamsMeetingPolicy

Microsoft Teams の会議ポリシー名。ポリシー名が空白のままの場合、対応するポリシーは変更されません。ポリシーの割り当てを解除するには、値 "Global (Org Wide Default)" を入力する必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### TeamsMeetingBroadcastPolicy

Microsoft Teams の会議ブロードキャスト ポリシー名。ポリシー名が空白のままの場合、対応するポリシーは変更されません。ポリシーの割り当てを解除するには、値 "Global (Org Wide Default)" を入力する必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

[Runbook リファレンスの概要に戻る](/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:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/user/phone/grant-teams-user-policies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
