Get Tempo Team members with API

Paul Nichols May 21, 2014

Can someone please confirm if this method in the docs is still accurate in terms of getting all members of a tempo team? https://tempoplugin.jira.com/wiki/display/TEAMS/Teams+REST+API+Guide#TeamsRESTAPIGuide-getTeamMembersUsers(e.g., https://issues.staging.dowjones.net/rest/tempo-teams/1/team/27/group)

If I leave off the last parameter (e.g., https://issues.staging.dowjones.net/rest/tempo-teams/1/team/25) then I get:

{"id":25,"name":"Identity and Access (Membership, Session, Platform Integration)"} which is accurate, although not very helpful.

2 answers

0 votes
Wilson Abesamis February 27, 2017
https://{youraccount}.atlassian.net/rest/tempo-teams/2/team/{teamId}/member
0 votes
Catherine Kramer April 2, 2015

Yes, it is still accurate. In order to get all of the team members for that specific team, you do need to add on the last parameter of "/member" after the team's id number.

 

You've probably long since figured that it is accurate, but I thought you might like to have a response. smile

Suggest an answer

Log in or Sign up to answer