User Team

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "COMMAND DETAILS HERE ==Path== */user/team ==Method== *GET ==Required Data Parameters== *None ==Optional Data Parameters== *None ==Returned Data== <pre> st...")
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
COMMAND DETAILS HERE
+
The [[User|user]] team command will show a list of all the [[glossary#SingleHop|SingleHop]] team members that have been assigned to a specific account.
 
==Path==
 
==Path==
 
*/user/team
 
*/user/team
Line 18: Line 18:
 
   [data] => Array(
 
   [data] => Array(
 
     [0] => stdClass Object(
 
     [0] => stdClass Object(
       [id] => The
+
       [id] => Team members ID.
 
       [first_name] => Team members first name.
 
       [first_name] => Team members first name.
 
       [last_name] => Team members Last name.
 
       [last_name] => Team members Last name.

Latest revision as of 10:14, 1 April 2012

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