Api Model:AffiliateUser

From HasOffers

Required Parameters

  • id
    • Values: (int)
  • affiliate_id - Id of affiliate.
    • Values: (int)
  • email
    • Values: (string)
  • first_name
    • Values: (string)
  • last_name
    • Values: (string)
  • password - Field will be encrypted upon creation and is not available after.
    • Values: (string)
  • status
    • Values: active, blocked, deleted

Other Optional Parameters

  • title
    • Values: (string)
  • phone
    • Values: (string)
  • cell_phone
    • Values: (string)
  • permissions - Bit value of permissions assigned to user.
    • Values: (string)
  • access - List of permissions assigned to user.
    • Values: (array)
  • wants_alerts - Flag set if user would like to receive alerts via email.
    • Values: 0, 1
  • is_creator - Flag set to 1 if the user applied and created the associated account.
    • Values: 0, 1
  • user_id - Internal id used to share a user for linked advertiser and affiliate accounts.
    • Values: (int)

Additional Return Parameters

Read only parameters return with each object.

  • join_date - Date / time object was created.
    • Values: (timestamp)
  • modefied - Date / time object was last modified.
    • Values: (timestamp)
  • last_login - Date / time of last login.
    • Values: (timestamp)

 
Email this page to a friend or co-worker