> 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/security/find-sms-auth-phone-number.md).

# SMS 認証用電話番号を検索

### 説明

この runbook は、Microsoft Entra ID で SMS Sign-In が有効になっている特定の電話番号を登録しているユーザーを検索します。通常の電話 MFA 方法とは異なり、SMS Sign-In の番号は Tenant 全体で一意である必要があります。あるユーザーに SMS Sign-In 用として番号が予約されている場合、それを別のユーザーに割り当てると、"phoneNumberNotUnique" エラーで失敗します。通常の電話 MFA 方法では一意性は強制されません。この runbook は、トラブルシューティングと修復のために、特定の SMS Sign-In 番号を保持しているユーザーを管理者が特定できるようにします。

### 場所

組織 → セキュリティ → SMS 認証電話番号の検索

**Runbook の完全名**

rjgit-org\_security\_find-SMS-auth-phone-number

### 詳細

| プロパティ    | 値                                                                                       |
| -------- | --------------------------------------------------------------------------------------- |
| バージョン    | 1.3.0                                                                                   |
| 必要なモジュール | <p>RealmJoin.RunbookHelper (>= 0.8.9)<br>Microsoft.Graph.Authentication (>= 2.39.0)</p> |
| スケジュール可能 | いいえ                                                                                     |

### アクセス許可

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

* **種類**：Microsoft Graph
  * AuditLog.Read.All
    * *登録済みのモバイル電話メソッドを持つユーザーを事前に絞り込むために userRegistrationDetails を照会します*
  * User.Read.All
    * *レポート用に一致したユーザーの accountEnabled 状態を読み取ります*
  * UserAuthenticationMethod.Read.All
    * *ユーザーの phoneMethods を一括読み取りし、番号を比較して SMS Sign-In 状態を確認します*

### パラメーター

#### 電話番号

E.164 形式で検索する電話番号（例: +492349876543）。番号は "+" で始まり、その後に国番号と加入者番号が続く必要があります。

| プロパティ   | 値              |
| ------- | -------------- |
| 必須      | はい             |
| 既定値     |                |
| 種類      | 文字列            |
| ポータル表示名 | 電話番号（E.164 形式） |

[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/security/find-sms-auth-phone-number.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.
