Api Model:Employee

From HasOffers

Required Parameters

  • id
    • 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, deleted

Other Optional Parameters

  • title
    • Values: (string)
  • phone
    • Values: (string)
  • cell_phone
    • Values: (string)
  • aim - AIM, Skype, or other additional contact information
    • Values: (string)
  • photo - Full URL to image for employee. Displayed to advertiser and affiliate users if employee is assigned as their account manager.
    • 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 created the network.
    • 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)
  • modified - 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