Expand my Community achievements bar.

SOLVED

API Call to get IDs of Team members

Avatar

Level 10

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Level 10

Thanks a lot, especially to @Richard_Le_.

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