---
search:
  tags:
    - billing
    - GET
seo:
  description: >-
    Returns a list of organization members (contacts)… Reference for the GET
    /billing/invoices/invoiceContacts/{projectId} endpoint in the Leadtime
    Public API API.
sidebar:
  badge: GET
  label: Get invoice contacts for a project
title: Get invoice contacts for a project
type: openapi-operation
---
Returns a list of organization members (contacts) from the project's customer organization who can be selected as invoice recipients. These contacts are the people who will receive invoices when they are sent via email.

**What are Invoice Contacts?**
Invoice contacts are organization members from the customer organization associated with the project. These are the people who can receive invoices via email. Each contact must have a valid email address to receive invoices.

**What data is returned:**
- List of organization members from the project's customer organization
- Each contact includes ID (UUID), full name, avatar file ID (if available), and email address
- Contacts are sorted alphabetically by first name, then last name
- Only active (non-deleted) organization members are returned

**How to use:**
1. Get the list of available contacts for a project
2. Select a contact ID from the list
3. Use the POST /billing/setInvoiceContactId endpoint to set the contact for an invoice
4. When the invoice is sent, it will be emailed to this contact

**Permission requirements:**
Requires Invoices.manage permission and access to the project to view contacts.

<Operation source="api-reference" id="invoicescontroller-getinvoicecontacts" />
