# アクションレポート

### 未ログオンユーザーのアクションレポート

指定期間内にログオンしていないユーザーの一覧を表示するコマンド/関数です。

<details>

<summary>DotNet CLI</summary>

**コマンド:** `action-report --target no-logon --days-since 45`

**パラメーター:**

`target` または `t` - レポート対象とするユーザーの状態 `<no-logon, no-update, locked, invited, no-recovery>` 。

`days-since` または `d` - 対象アクションをさかのぼる日数 `<NUMBER OF DAYS>` 。

**例:**

```sh
My Vault> action-report --target no-logon --days-since 45
```

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>DotNet SDK</summary>

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>PowerCommander</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python CLI</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python SDK</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

### ロック済みユーザーのアクションレポート

指定ノード内で、ロック状態が60日以上続いているユーザーアカウントの一覧を表示するコマンド/関数です。

<details>

<summary>DotNet CLI</summary>

**コマンド:** `action-report --target locked --days-since 10 --node="Keeper Security"`

**パラメーター:**

`target` または `t` - レポート対象とするユーザーの状態 `<no-logon, no-update, locked, invited, no-recovery>` 。

`days-since` または `d` - 対象アクションをさかのぼる日数 `<NUMBER OF DAYS>` 。

`node` - 指定するノード名。

**例:**

```sh
My Vault> action-report --target locked --days-since 10 --node="Keeper Security"
```

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>DotNet SDK</summary>

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>PowerCommander</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python CLI</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python SDK</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

### 招待済みユーザーのアクションレポート

招待状態が15日以上続いているユーザーの一覧を表示するコマンド/関数です。

<details>

<summary>DotNet CLI</summary>

**コマンド:** `action-report -t invited -d 15`

**パラメーター:**

`target` または `t` - レポート対象とするユーザーの状態 `<no-logon, no-update, locked, invited, no-recovery>` 。

`days-since` または `d` - 対象アクションをさかのぼる日数 `<NUMBER OF DAYS>`。

**例:**

```sh
My Vault> action-report -t invited -d 15
```

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>DotNet SDK</summary>

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>PowerCommander</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python CLI</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python SDK</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

### 未更新ユーザーのアクションレポート

直近35日間にいずれのレコードも更新していないユーザーの一覧を表示するコマンド/関数です。

<details>

<summary>DotNet CLI</summary>

**コマンド:** `action-report --target no-update --days-since 35`

**パラメーター:**

`target` または `t` - レポート対象とするユーザーの状態 `<no-logon, no-update, locked, invited, no-recovery>` 。

`days-since` または `d` - 対象アクションをさかのぼる日数 `<NUMBER OF DAYS>` 。

**例:**

```sh
My Vault> action-report --target no-update --days-since 35
```

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>DotNet SDK</summary>

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>PowerCommander</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python CLI</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python SDK</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

### 列指定付きアクションレポート

ログオンしていないユーザーの一覧を表示し、レポートの列を指定できるコマンド/関数です。

<details>

<summary>DotNet CLI</summary>

**コマンド:** `action-report -t no-logon --columns= node, name, user_id, email, status, transfer_status`

**パラメーター:**

`columns` - レポートに含められる列 `node, name, user_id, email, status, transfer_status` 。

**例:**

```sh
My Vault> action-report -t no-update  --columns=node,name,user_id,email,status,transfer_status -d 10             
```

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>DotNet SDK</summary>

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>PowerCommander</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python CLI</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python SDK</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

### 招待ユーザーを削除するアクションレポート

招待状態が90日を超えているアカウントのユーザーを削除するコマンド/関数です。

<details>

<summary>DotNet CLI</summary>

**コマンド:** `action-report -t invited -a delete -d 90`

**パラメーター:**

`target` または `t` - レポート対象とするユーザーの状態 `<no-logon, no-update, locked, invited, no-recovery>` 。

`apply-action` または `a` - 適用するアクション `none,lock,delete,transfer` 。

**例:**

```sh
My Vault> action-report -t invited -a delete -d 90
```

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>DotNet SDK</summary>

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>PowerCommander</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python CLI</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python SDK</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

### ユーザーをロックするアクションレポート

180日以内にログオンしていないすべてのユーザーをロックするコマンド/関数です。

<details>

<summary>DotNet CLI</summary>

**コマンド:** `action-report -t no-logon -d 180 -a lock`

**パラメーター:**

`target` または `t` - レポート対象とするユーザーの状態 `<no-logon, no-update, locked, invited, no-recovery>` 。

`apply-action` または `a` - 適用するアクション `none,lock,delete,transfer` 。

**例:**

```sh
My Vault> action-report -t no-logon -d 180 -a lock
```

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>DotNet SDK</summary>

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>PowerCommander</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python CLI</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python SDK</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

### ユーザーのボルトを転送するアクションレポート

90日間ロックされているすべてのユーザーのボルトを、指定したボルトに転送するコマンド/関数です。

<details>

<summary>DotNet CLI</summary>

**コマンド:** `action-report -t locked -d 90 -a transfer --target-user destination.vault@email.com`

**パラメーター:**

`target` または `t` - レポート対象とするユーザーの状態 `<no-logon, no-update, locked, invited, no-recovery>` 。

`apply-action` または `a` - 適用するアクション `none,lock,delete,transfer` 。

`target-user` - ボルト転送の転送先ユーザー (必須)。

**例:**

```sh
My Vault> action-report -t locked -d 90 -a transfer --target-user destination.vault@email.com
```

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>DotNet SDK</summary>

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>PowerCommander</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python CLI</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>

<details>

<summary>Python SDK</summary>

近日対応

**参照:**

[コマンダーリファレンス](/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands.md#changing-role-enforcements-and-privileges)

</details>


---

# 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.keeper.io/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/miscellaneous-commands/action-report.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.
