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

Link to this section Summary

Link to this section Types

Specs

t() :: %Thinkific.Model.UserResponse{
  administered_course_ids: [float()],
  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(),
  created_at: DateTime.t(),
  custom_profile_fields: [CustomProfileField],
  email: String.t(),
  external_source: String.t(),
  first_name: String.t(),
  full_name: String.t(),
  headline: String.t(),
  id: float(),
  last_name: String.t(),
  roles: [Role]
}