Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 650 Bytes

NewUser.md

File metadata and controls

23 lines (16 loc) · 650 Bytes

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

require 'TalonOne'

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