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

# GetUserRequests

> GetUserRequests method in the ABBYY FlexiCapture web services API: returns PermissionRequestInfo objects for the permission requests sent by a named user.

## What it does

Obtains information about permission requests that were sent from the specified user.

## Definition

```
PermissionRequestInfo[] GetUserRequests( string userName );
```

## Parameters

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

## Returned value

| **Type**                                                           | **Description**                                                        |
| ------------------------------------------------------------------ | ---------------------------------------------------------------------- |
| [PermissionRequestInfo](/flexi-capture/permission-request-info)\[] | The type of data that contain a permission request to an administrator |
