# Clients

A client represents the customer organization associated with one or more projects. Clients serve as the primary entity used to group projects, service offerings, and resource plans, allowing for aggregated reporting on revenue, margin, utilization, and forecasting. Each project is tied to a client, enabling organizations to track work and financial performance at both the individual project and client account levels.

 - [GET /v1/clients](https://developer.getparallax.com/api-documentation/swagger/clients/listclients.md): Gets a paginated list of client organizations tracked in the system, supporting filtering and searching for project association and reporting.
 - [POST /v1/clients](https://developer.getparallax.com/api-documentation/swagger/clients/createclient.md): Creates a new client representing an organization that projects and revenue are associated with.
 - [GET /v1/clients/{id}](https://developer.getparallax.com/api-documentation/swagger/clients/getclient.md): Gets a specific client details by id, useful for project association and sales pipeline reporting.
 - [PATCH /v1/clients/{id}](https://developer.getparallax.com/api-documentation/swagger/clients/updateclient.md): Modifies an existing client, updating details like name, account manager, or CRM identifiers.
