> 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 全体で一意である必要があります。ある番号が 1 人のユーザーによって SMS Sign-In 用に予約されている場合、その番号を別のユーザーに割り当てると、"phoneNumberNotUnique" エラーで失敗します。通常の電話 MFA 方法では一意性は強制されません。この runbook は、トラブルシューティングと修復のために、特定の SMS Sign-In 番号を保持しているユーザーを管理者が特定するのに役立ちます。

### 場所

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

**完全な Runbook 名**

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

### アクセス許可

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

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

### パラメーター

#### PhoneNumber

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

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

[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/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.
