# 1Password CLIを使いアカウントを回復する（β版）

家族やチームメンバーが1Passwordにサインインできない場合やロックを解除できない場合は、1Password CLIを使ってアカウント回復プロセスを開始できます。誰かのアカウントを回復すると、次のようになります。

* 新しい秘密鍵が送信され、新しい1PasswordアカウントパスワードがCreateされます。チームがSSOによるロック解除を使っている場合は、信頼できるデバイスを再設定できるようになります。
* 以前持っていた全データにアクセスできるようになります。
* 回復が完了したら、全デバイスで再度サインインする必要があります。
* 2要素認証がリセットされます。

現在はベータ版です

1Password CLIによるアカウント回復は現在ベータ版です。この機能を使うには、必ず最新の[ベータのビルド](https://developer.1password.com/docs/cli/reference/#beta-builds)をダウンロードしてください。

### **必要条件** <a href="#id-9ce1tqy2sh7a" id="id-9ce1tqy2sh7a"></a>

* **1Passwordに**[サインアップしてください。](https://start.1password.com/sign-up/plan)
* [最新の1Password CLIベータのビルド](https://developer.1password.com/docs/cli/reference/#beta-builds)（2.30.0-beta.03またはそれ以降） をインストールしてください。

次の場合には、他の人のアカウントを回復できます。

* あなたがチームの[管理者](https://support.1password.com/groups/#administrators)または[所有者](https://support.1password.com/groups/#owners)である。
* 「アカウントの回復」権限を持つ[カスタムグループ](https://support.1password.com/custom-groups/)に属している。
* あなたは[家族のまとめ役](https://support.1password.com/family-organizer/)になっている。

### **回復を開始する** <a href="#n3mzc0iye9ph" id="n3mzc0iye9ph"></a>

アカウント回復プロセスを開始するには、ユーザーの名前、メール アドレス、または[一意の識別子（ID）](https://developer.1password.com/docs/cli/reference/#unique-identifiers-ids)を指定したop user recovery beginコマンドを使います。各コマンドで最大10個のアカウントを回復できます。

$ op user recovery begin { \<email> | \<name> | \<userID> }

例えば、各人のIDを使って複数のアカウントの回復を開始するには、次の手順を実行します：

$ op user recovery begin ZMAE4RTRONHN7LGELNYYO373KM WHPOFIMMYFFITBVTOTZUR3R324 FGH76DFS89FYCU6342CSDWIFJU

アカウントを回復する相手には、1Password からメールが届きます。メール内の「Recover my account」をクリックすると、ブラウザーでページが開き、メールアドレスの確認を求められます。その後、新しい秘密鍵が発行され、新しいアカウントパスワードがCreateされます。

### **完全回復** <a href="#kkgdndssxs3n" id="kkgdndssxs3n"></a>

アカウントを回復した人が新しいアカウントパスワードをCreateした後、その人がアカウントにアクセスできるようにするには、回復プロセスを完了する必要があります。

[1 人以上のユーザーのアカウント回復を完了する方法はこちらを参照してください。](https://support.1password.com/recovery/#complete-recovery)

### さらに詳しく学ぶには <a href="#qowh14y62xm1" id="qowh14y62xm1"></a>

* [Add and remove team members](https://developer.1password.com/docs/cli/provision-users)
* [Grant and revoke vault permissions](https://developer.1password.com/docs/cli/grant-revoke-vault-permissions)
* [Sign back in to 1Password after your account has been recovered](https://support.1password.com/after-recovery/)


---

# 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://manual.dxable.com/1password/recover-accounts-using-1password-cli-beta.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.
