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

### 説明

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

### 場所

Organization → Security → Find SMS Auth Phone Number

**ランブックの完全名**

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

### アクセス許可

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

* **種類**: Microsoft Graph
  * AuditLog.Read.All
  * User.Read.All
  * UserAuthenticationMethod.Read.All

### パラメーター

#### PhoneNumber

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

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

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# Agent Instructions: 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/org/security/find-sms-auth-phone-number.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.
