Thinkific.Model.UpdateUserRequest (Thinkific API SDK v0.1.3)

Link to this section Summary

Link to this section Types

Specs

t() :: %Thinkific.Model.UpdateUserRequest{
  affiliate_code: String.t(),
  affiliate_commission: float(),
  affiliate_commission_type: String.t(),
  affiliate_payout_email: String.t(),
  avatar_url: String.t(),
  bio: String.t(),
  company: String.t(),
  custom_profile_fields: [CustomProfileField],
  email: String.t(),
  external_source: String.t(),
  first_name: String.t(),
  headline: String.t(),
  last_name: String.t(),
  password: String.t(),
  roles: [Role]
}