Let the platform do the work

get_user_team_id

Overview

Retrieves the ID of the default team of the user who is logged into the current session.

Available APIs

  • SOAP
  • REST

Definition

get_user_team_id(session)

Parameters

Name Type Description
session String Session ID returned by a previous login call.

Result

Name Type Description
default_team_id Integer The ID of the current users default ream

Change Log

Version Change
v2 Added get_user_team_id method.

Examples

PHP

$get_user_team_id_parameters = array(
    //Session id
    "session" => $session_id,
);

Topics