User Team

From INAP Dropzone API
Jump to: navigation, search

The user team command will show a list of all the SingleHop team members that have been assigned to a specific account.

Contents

Path

  • /user/team

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Array(
    [0] => stdClass Object(
      [id] => Team members ID.
      [first_name] => Team members first name.
      [last_name] => Team members Last name.
      [type] => The department that the team member works in (1 = sales, 2 = billing).
      [phone] => Phone number and extension.
      [email] => Team members email address.
      [picture] => Picture of the staff member (https://leap.singlehop.com/resources/leap3/imgs/global/staff/).
      [bio] => Details about the team member.
      [hours] => The hours that they works.
      [brand_id] => The brand the team member works on.
      [brand_id2] => The brand the team member works on.
      [title] => The team members title.
    )
  )
)
Personal tools