Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

API Call to get IDs of Team members

Avatar

Level 3

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

1 Reply

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 3

Thanks a lot, especially to @Richard_Le_.

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