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

# GetUsers

> Call the GetUsers method in the ABBYY FlexiCapture API to retrieve the complete list of users as an array of User objects from the Application Server.

## What it does

Returns a list of users.

## Definition

```
User [] GetUsers();
```

## Parameters

None.

## Returned value

| **Type**                                      | **Description** |
| --------------------------------------------- | --------------- |
| [User](/flexi-capture/api/structures/user)\[] | List of users   |
