v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBTeammate groups
List teammate group teams
List teams added to the teammate group. Any teams added to the teammate group will automatically link public inboxes.
Required scope: teams:read
get/teammate_groups/{teammate_group_id}/teams
Path parameters
teammate_group_idstring required
The teammate group ID.
Response
Array of teams
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/teams"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/teams/tim_aqsa"
},
"id": "tim_aqsa",
"name": "Stanley's crossword puzzle team"
}
]
}