cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
544
Views
0
Helpful
1
Replies

Request Agents in a Team

bdm1981
Level 1
Level 1

I am trying to pull a list of agents that are part of a team. Using the Finesse API I am able to pull a list of teams the current supervisor supervises with: var teams = user.getSupervisedTeams(); This returns an array of objects containing the team id, team name, uri. I thought I would be able to do something like teams[0].getUsers(); but this doesn't seem to work.  Any pointers would be appreciated.

- Brad

1 Accepted Solution

Accepted Solutions

ewindgat
Level 5
Level 5

I believe you are on the right path.

View solution in original post

1 Reply 1

ewindgat
Level 5
Level 5

I believe you are on the right path.