I'd like to be able to programmatically retrieve the Technical Contact(s) for a given Installation.
Currently, it's only possible to retrieve a list of users and their installs, but not their role as technical contact.
Ideas would be adding a
technical_contact[]
field to the
Installation
object, or an extra endpoint for
/installs/{install_id}/contacts
As a less-friendly alternative, it'd be handy to have a way to export the Technical Contacts list as CSV.