> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Ineligible User Type

> The user type is not eligible for this operation

## Cause

The current user type does not have permission to perform this operation.

## Fix

Ensure you have the appropriate user type and permissions to access this functionality.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [List a cursor page of payouts for the given business](/api-reference/payouts/list-a-cursor-page-of-payouts-for-the-given-business)
* [List payouts for the given business](/api-reference/payouts/list-payouts-for-the-given-business)
* [Get authenticated session context](/api-reference/token-management/get-authenticated-session-context)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/ineligibleUserType",
  "title": "Ineligible User Type",
  "status": 403,
  "detail": "The current user type does not have permission to perform this operation."
}
```
