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

# AuthorizedUser

> Represents an authorized user on an account.

**Object**

Represents an authorized user on an account.

## Fields

<ResponseField name="authUserId" type="UUID!">
  The authorized user ID (UAC role assignment ID).
</ResponseField>

<ResponseField name="roles" type="[UACRoleType]">
  The roles assigned to the user on this account.
</ResponseField>

<ResponseField name="status" type="UACRoleStatusType">
  The status of the role assignment.
</ResponseField>

<ResponseField name="email" type="String">
  The email address of the authorized user.
</ResponseField>

<ResponseField name="phone" type="String">
  The phone number of the authorized user.
</ResponseField>

<ResponseField name="firstName" type="String">
  The first name of the authorized user.
</ResponseField>

<ResponseField name="lastName" type="String">
  The last name of the authorized user.
</ResponseField>

<ResponseField name="supervisorUserId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="supervisorAuthUserId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="supervisionAssignmentId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>
