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

# UserList

> UserList data type in the ABBYY FlexiCapture Web Services API: holds the array of user records and their count.

## What it does

The **UserList** data type stores the list of users.

## Fields

| Name         | Type                                          | Description                 |
| ------------ | --------------------------------------------- | --------------------------- |
| `Users`      | [User](/flexi-capture/api/structures/user)\[] | The set of user records.    |
| `UsersCount` | `int`                                         | The number of user records. |
