> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserNeedToResetPassword

> ABBYY FlexiCapture ユーザー管理 API の UserNeedToResetPassword メソッドは、指定したユーザーにパスワード変更が必要かどうかを確認し、bool 値を返します。

<div id="what-it-does">
  ## 機能
</div>

指定したユーザーにパスワードの変更が必要かどうかを確認します。

<div id="definition">
  ## 定義
</div>

```
bool UserNeedToResetPassword( string userName );
```

<div id="parameters">
  ## パラメーター
</div>

| **名前**   | **型**  | **説明** |
| -------- | ------ | ------ |
| userName | string | ユーザー名  |

<div id="returned-value">
  ## 戻り値
</div>

<table width="100%"><tbody><tr><td><p><strong>型</strong></p></td><td><p><strong>説明</strong></p></td></tr><tr><td><p>bool</p></td><td><ul><li>要件が有効な場合は "true"</li><li>それ以外の場合は "false"</li></ul></td></tr></tbody></table>
