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

# UACRoleType

> Enum describing the UAC roles that can be assigned to authorized users.

**Enum**

Enum describing the UAC roles that can be assigned to authorized users.
OWNER is excluded - it cannot be assigned or removed via this API.

## Values

<ResponseField name="ADMIN" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="MANAGER" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="SPENDER" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="VIEWER" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="GUEST" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>
