Sha256: cb86f68ce5ac97eff76bdd009d3ae00d0e50a752796c6d9b63474542cf2be4c0

Contents?: true

Size: 646 Bytes

Versions: 4

Compression:

Stored size: 646 Bytes

Contents

# TalonOne::NewUser

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** | The email address associated with your account. | 
**password** | **String** | The password for your account. | 
**name** | **String** | Your name. | [optional] 
**invite_token** | **String** |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewUser.new(email: john.doe@example.com,
                                 password: admin123456,
                                 name: null,
                                 invite_token: Gy9b8w1irmQtEPo5RmbMmSPheL5h4)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/NewUser.md
talon_one-3.0.1 docs/NewUser.md
talon_one-3.0.0 docs/NewUser.md
talon_one-2.5.1 docs/NewUser.md