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

# GetUser

> GetUser method in the ABBYY FlexiCapture user management API retrieves a UserInfo object with account details for a given user name.

## What it does

Obtains information about a user.

## Definition

```
UserInfo GetUser( string userName );
```

## Parameters

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |
| userName | string   | User name       |

## Returned value

| **Type**                                 | **Description**                                        |
| ---------------------------------------- | ------------------------------------------------------ |
| [UserInfo](/flexi-capture/man-user-info) | The type of data that contain information about a user |
