v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBContact Lists
List teammate contact lists
List the contact lists belonging to the requested teammate.
Required scope: contacts:read
get/teammates/{teammate_id}/contact_lists
Path parameters
teammate_idstring required
The teammate ID. Alternatively, you can supply an email as a resource alias.
Response
Array of contact lists
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/contact_lists"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/contact_lists/grp_3j342",
"related": {
"contacts": "https://yourCompany.api.frontapp.com/contact_lists/grp_3j342/contacts",
"owner": "https://yourCompany.api.frontapp.com/teammates/tea_e35u"
}
},
"id": "grp_3j342",
"name": "Party Planning Committee"
}
]
}