> ## 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.

# UpdateUser

> ABBYY FlexiCapture ユーザー管理 API の UpdateUser メソッドは、ユーザー ID で識別される既存ユーザーのユーザー名、氏名、メールアドレスを更新します。

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

ユーザー情報を更新します。

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

```
void UpdateUser( int userId, string userName, string fullName, string email );
```

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

| **Name** | **型**  | **説明**          |
| -------- | ------ | --------------- |
| userId   | int    | ユーザー ID         |
| userName | string | 新しいユーザー名        |
| fullName | string | 新しいユーザーのフルネーム   |
| email    | string | 新しいユーザーのメールアドレス |

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

該当なし

<Note>
  ユーザー情報を変更するには、[GetUser](/ja/flexi-capture/get-user2)メソッドを呼び出し、1 つ以上の field に必要な変更を加えたうえで、UpdateUser メソッドを呼び出します。
</Note>
