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

# AddAuthorizedUserResponse

> Response returned from the addAuthorizedUser mutation.

**Object**

Response returned from the addAuthorizedUser mutation.

## Fields

<ResponseField name="success" type="Boolean!">
  Whether the operation succeeded.
</ResponseField>

<ResponseField name="authUserId" type="UUID">
  The authorized user ID (UAC role assignment ID) created for the user on the account.
  Use this ID when calling removeAuthorizedUser.
</ResponseField>

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

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

<ResponseField name="pendingActionId" type="UUID">
  The pending action ID for the invite, if created.
</ResponseField>

<ResponseField name="error" type="AuthorizedUserError">
  Error details when the operation fails.
</ResponseField>
