Method: Updox::Models::User#create

Defined in:
lib/updox/models/user.rb

#create(account_id:) ⇒ Object



45
46
47
# File 'lib/updox/models/user.rb', line 45

def create(account_id: )
  self.class.request(endpoint: SAVE_ENDPOINT, body: self.to_h, auth: {accountId: }, required_auths: Updox::Models::Auth::AUTH_ACCT)
end