API Call to get IDs of Team members | Community
Skip to main content
lgaertner
New Participant
December 5, 2022
Solved

API Call to get IDs of Team members

  • December 5, 2022
  • 2 replies
  • 1046 views

Can anybody help me finding the correct API call to list all team members IDs to a specific team ID?

 

Thanks in advance.

Regards

Lars

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Richard_Le_

Hi Lars,

Try the following:

GET: https://YOURDOMAIN.my.workfront.com/attask/api/v14.0/TEAMOB/search?id=TEAMID&fields=users:*

In the response, there will be a "users" array with details of each user within that team.

Best Regards,

Rich.

2 replies

New Participant
December 5, 2022
lgaertner
lgaertnerAuthor
New Participant
December 6, 2022

Thanks a lot, especially to @richard_le_.

@nerdyjess I will have a deeper look into this, thanks.

Richard_Le_Accepted solution
New Participant
December 5, 2022

Hi Lars,

Try the following:

GET: https://YOURDOMAIN.my.workfront.com/attask/api/v14.0/TEAMOB/search?id=TEAMID&fields=users:*

In the response, there will be a "users" array with details of each user within that team.

Best Regards,

Rich.