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

# RemoveAuthorizedUserResponse

> Response returned from the removeAuthorizedUser mutation.

**Object**

Response returned from the removeAuthorizedUser 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) that was deactivated.
</ResponseField>

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

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