How to get list of all Agents along their name

Hi Team,

I need to create a master table for all the agents who are handling queues.

I used /api/v2/users?status=any endpoint , however I cannot find the Agent names in the data extracted from this end point.

Can you please help on this.

Thanks,

Abhijeet Hivarkar

GET /api/v2/users returns a list of users. The name property on each user will have the user's display name.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.