List teammate contactsAsk AIget https://api2.frontapp.com/teammates/{teammate_id}/contactsList the contacts of a teammate. Required scope: contacts:readPath Paramsteammate_idstringrequiredDefaults to tea_123The teammate ID. Alternatively, you can supply an email as a resource alias.Query ParamsqstringSearch query object with the optional properties updated_after and updated_before, whose value should be a timestamp in seconds with up to 3 decimal places.limitinteger≤ 100Max number of results per pagepage_tokenstringToken to use to request the next pagesort_bystringField used to sort the contacts. Either created_at or updated_at.sort_orderstringenumOrder by which results should be sortedascascdescAllowed:ascdescResponse 200Array of contactsUpdated 2 months ago