> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/user.md).

# user

### **user** <a href="#id-73vwn355st9y" id="id-73vwn355st9y"></a>

#### **サブコマンド​** <a href="#jzbabqfzv1k" id="jzbabqfzv1k"></a>

* [user confirm](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-confirm): ユーザーを確認する
* [user delete](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-delete): アカウントからユーザーとその全てのデータを削除します
* [user edit](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-edit): ユーザーの名前またはトラベルモードのステータスを編集します
* [user get](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-get): ユーザーの詳細を取得する
* [user list](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-list): ユーザーを一覧表示する
* [user provision](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-provision): 認証されたアカウントにユーザーをプロビジョニングする
* [user reactivate](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-reactivate): 停止されたユーザーを再アクティブ化する
* [user suspend](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-suspend): ユーザーを一時停止する

### **user confirm** <a href="#ipa74bfvqu4y" id="ipa74bfvqu4y"></a>

### **​** <a href="#id-5598x5rjaft7" id="id-5598x5rjaft7"></a>

ユーザーを電子メール アドレス、名前、または ID で指定します。

$ op user confirm \[{ \<email> | \<name> | \<userID> | - }] \[flags]

#### **Flags** <a href="#id-4e4q3rd0u5bt" id="id-4e4q3rd0u5bt"></a>

\--all 未確認のユーザーをすべて確認します。

ユーザーを電子メール アドレス、名前、または ID で指定します。

#### **例​** <a href="#hv56ldsy8lxv" id="hv56ldsy8lxv"></a>

名前を指定してユーザーを確認します:

$ op user confirm "Wendy Appleseed"

eメールを指定してユーザーを確認します:

$ op user confirm "<wendy.appleseed@example.com>"

### **user delete**[**​**](https://developer.1password.com/docs/cli/reference/management-commands/user/#user-delete)**​** <a href="#cwnu8s6jvads" id="cwnu8s6jvads"></a>

アカウントからユーザーとその全てのデータを削除します。

$ op user delete \[{ \<email> | \<name> | \<userID> | - }] \[flags]

ユーザーを電子メール アドレス、名前、または ID で指定します。

### **user edit​** <a href="#u7qgas9kocmx" id="u7qgas9kocmx"></a>

ユーザーの名前またはトラベルモードのステータスを変更します。

$ op user edit \[{ \<email> | \<name> | \<userID> | - }] \[flags]

#### **Flags** <a href="#lh5964hzvzen" id="lh5964hzvzen"></a>

\--name string ユーザーの名前を設定します。

\--travel-mode on|off ユーザーのトラベルモードをオンまたはオフにします。(デフォルトはオフ)

ユーザーを電子メール アドレス、名前、または ID で指定します。

### **user get​** <a href="#vgogzrqa6ogv" id="vgogzrqa6ogv"></a>

ユーザーに関する詳細を取得します。

$ op user get \[{ \<email> | \<name> | \<userID> | --me | - }] \[flags]

#### **Flags** <a href="#j7g4cj570px0" id="j7g4cj570px0"></a>

\--fingerprint ユーザーの公開鍵のフィンガープリントを取得します。

\--me 認証されたユーザーの詳細を取得します。

\--public-key ユーザーの公開鍵を取得します。

ユーザーを電子メール アドレス、名前、または ID で指定します。

**標準入力を使用してオブジェクトを指定する**

このコマンドに単一のオブジェクトの代わりにハイフン (-) を入力すると、ツールは標準入力 (stdin) からオブジェクト指定子を読み取ります。各指定子は新しい行で区切ります。オブジェクトの指定方法の詳細については、op help を実行してください。

コマンドにJSONオブジェクトのリストまたは配列を渡すこともできます。ツールは、改行を無視して、ID を持つ全てのオブジェクトの項目を取得します。これは、1 つの op コマンドから別の op コマンドに情報を渡す場合に便利です。

#### **例​** <a href="#id-7n7t7n1bswyj" id="id-7n7t7n1bswyj"></a>

名前でユーザーを検索:

$ op user get "Wendy Appleseed"

電子メールでユーザーを検索:

$ op user get <wendy.appleseed@example.com>

全てのユーザーの詳細を取得します:

$ op user list --format=json | op user get -

グループ内の全てのユーザーの公開鍵を取得します。

$ op user list --group "Frontend Developers" --format=json | op user get - --publickey

保管庫にアクセスできる全てのユーザーの詳細を取得します。

$ op user list --vault Staging --format=json | op user get -

### **user list​** <a href="#j5vr3lt90uiu" id="j5vr3lt90uiu"></a>

ユーザーを一覧表示します。

$ op user list \[flags]

#### **Flags** <a href="#w6cbhiaxjojh" id="w6cbhiaxjojh"></a>

#### **​** <a href="#u7hkfyyr1beq" id="u7hkfyyr1beq"></a>

\--group group グループに属するユーザーを一覧表示します。

\--vault vault 保管庫に直接アクセスできるユーザーを一覧表示します。

デフォルトでは、アカウント内の全てのユーザーを返します。結果をフィルタリングするにはフラグを使用します。

\--group オプションを使うと、出力にはグループ内のユーザーの役割が含まれます。

#### **例​** <a href="#ou3q0pwzedb7" id="ou3q0pwzedb7"></a>

**全ての**ユーザーの詳細を取得します:

$ op user list --format=json | op user get -

グループ内の全てのユーザーの公開鍵を取得します。

$ op user list --group "Frontend Developers" --format=json | op user get - --publickey

保管庫にアクセスできる全てのユーザーの詳細を取得します。

$ op user list --vault Staging --format=json | op user get -

### **user provision** <a href="#id-3sw8k9npr305" id="id-3sw8k9npr305"></a>

認証されたアカウントでユーザーをプロビジョニングします。

$ op user provision \[flags]

#### **Flags** <a href="#uu5h4tesoyip" id="uu5h4tesoyip"></a>

\--email string ユーザーのeメールアドレスを指定します。

\--language string ユーザーのアカウント言語を指定します。(デフォルトは「en」)

\--name string ユーザーの名前を指定します。

プロビジョニングされたユーザーには、1Password アカウントに参加するための招待eメールが送信されます。

ユーザーが招待を承諾すると、管理者は 1Password.com または op user confirm コマンドを使用してそのユーザーを確認する必要があります。

招待されたユーザーは、招待を承諾するまで課金の対象にはなりません。

#### **例​** <a href="#cg61mxr918ud" id="cg61mxr918ud"></a>

電子メール アドレスと名前を指定してユーザーを招待します。

$ op user provision --name "Wendy Appleseed" --email "<wendy.appleseed@example.com>"

### **user reactivate​** <a href="#mmksjpflbhs2" id="mmksjpflbhs2"></a>

停止されたユーザーを再アクティブ化します。

$ op user reactivate \[{ \<email> | \<name> | \<userID> | - }] \[flags]

ユーザーは、電子メール アドレス、名前、または ID で指定できます。

### **user suspend** <a href="#id-1s2jyk4mugo8" id="id-1s2jyk4mugo8"></a>

ユーザーを停止します。

$ op user suspend \[{ \<email> | \<name> | \<userID> | - }] \[flags]

#### **Flags** <a href="#id-2ppxbgeio2a6" id="id-2ppxbgeio2a6"></a>

\--deauthorize-devices-after duration 一定時間後にユーザーのデバイスの認証を解除します(秒単位に切り捨て)。

ユーザーを電子メール アドレス、名前、または ID で指定します。

停止されたユーザーは直ちに全てのデバイスからログアウトされ、ログインしたりデータにアクセスしたりできなくなります。

一時停止状態のユーザーは課金対象にはなりません。

op user reactivate コマンドを使用して、停止されたユーザーを再アクティブ化できます。


---

# 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://manual.dxable.com/1password/user.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.
