URL: v3/api/admin/team-agents
Method: GET
Description : Fetches existing team data
Parameters:
| Parameter | Type | Optional/Required | Description |
| teamId | integer | Required | Team id |
Success Response :
{
"success": true,
"data": {
"members": [
{
"id": 3,
"email": "ashley@faveo.com",
"profile_pic": "http://faveo-helpdesk-advance/public/lb-faveo/media/images/contacthea.png",
"name": "Ashley Knite"
},
{
"id": 4,
"email": "tim@faveo.com",
"profile_pic": "http://faveo-helpdesk-advance/public/lb-faveo/media/images/contacthea.png",
"name": "Tim West"
},
{
"id": 5,
"email": "ayesha@faveo.com",
"profile_pic": "http://faveo-helpdesk-advance/public/lb-faveo/media/images/contacthea.png",
"name": "Ayesha Lance"
},
{
"id": 8,
"email": "sara@faveo.com",
"profile_pic": "http://faveo-helpdesk-advance/public/lb-faveo/media/images/contacthea.png",
"name": "Sara Lance"
}
]
}
}