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

# RegisterUserResponse

> Represents the response returned from the registerUser mutation.

**Object**

Represents the response returned from the registerUser mutation.
Includes the success flag.

## Fields

<ResponseField name="success" type="Boolean">
  Flag representing the success of calling registerUser mutation.
</ResponseField>

<ResponseField name="error" type="RegisterUserError">
  Error object containing message and error code when registration fails.
</ResponseField>
