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

# GetUserPermissions

> GetUserPermissions method in the ABBYY FlexiCapture web services API returns RolePermissionInfo objects for every role permission granted to a named user.

## What it does

Obtains information about all permissions of the specified user.

## Definition

```
RolePermissionInfo[] GetUserPermissions( string userName );
```

## Parameters

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

## Returned value

| **Type**                                                      | **Description**                                                                       |
| ------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [RolePermissionInfo\[\]](/flexi-capture/role-permission-info) | The type of data that contain information about permissions to use the specified role |
