Skip to main content

Add Client to a Project

Add an existing client to a specific project.

You can get the client_uuid from the Get Clients for a Project endpoint or the Create Client endpoint.

Endpoint

POST /projects/{project_uuid}/clients

Parameters

ParameterTypeDescriptionRequired
client_uuidstringThe UUID of the client to add to the projectYes

Response

A successful response will return a 201 Created status code and a success message.

{
"message": "Client successfully added to project."
}