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

# Interface: CreateUserResponse

[index](.././index).CreateUserResponse

Response from user creation endpoint

## Table of contents

### Properties

* [success](#success)
* [message](#message)
* [userId](#userid)
* [organizationId](#organizationid)
* [walletAddress](#walletaddress)
* [email](#email)
* [userExists](#userexists)
* [provider](#provider)
* [signatureId](#signatureid)

## Properties

### success

• **success**: `boolean`

### message

• **message**: `string`

### userId

• **userId**: `string`

### organizationId

• **organizationId**: `null` | `string`

### walletAddress

• **walletAddress**: `string`

### email

• **email**: `string`

### userExists

• **userExists**: `boolean`

### provider

• **provider**: `string`

### signatureId

• **signatureId**: `null` | `string`
