Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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 2

This documentation is great for API basics and may help in the future. https://experienceleague.adobe.com/docs/workfront/using/adobe-workfront-api/api-general-information/...

Avatar

Level 10

Thanks a lot, especially to @Richard_Le_.

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