Teammate 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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.