Sha256: 749058d266157f362f2e73e6c05d643bb639bd36687d7607f803ddcd69288726
Contents?: true
Size: 650 Bytes
Versions: 3
Compression:
Stored size: 650 Bytes
Contents
# TalonOne::NewUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | The email address associated with the user profile. | **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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewUser.md |
talon_one-6.0.0 | docs/NewUser.md |
talon_one-5.0.0 | docs/NewUser.md |