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

# CreatePermissionRequest

> CreatePermissionRequest method in the ABBYY FlexiCapture web services API submits a permission request from a named user and returns whether the user exists.

## What it does

Creates a permission request from a specified user.

## Definition

```
bool CreatePermissionRequest( string userName, string requestText );
```

## Parameters

| **Name**    | **Type** | **Description**         |
| ----------- | -------- | ----------------------- |
| userName    | string   | User name               |
| requestText | string   | The text of the request |

## Returned value

<table width="100%"><tbody><tr><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>bool</p></td><td><ul><li>"true" if the user was found</li><li>otherwise "false" is returned</li></ul></td></tr></tbody></table>
