Skip to main content

Set Client Portal Enabled

Enable or disable the client portal for a specific project.

Endpoint

POST /projects/{project_uuid}/client-portal/enabled

Parameters

ParameterTypeDescriptionRequired
enabledbooleanSet to 1 to enable or 0 to disable the client portal for the projectYes

Response

A successful response will return a 200 OK status code and a success message.

{
"message": "Client portal status updated successfully.",
"enabled": true
}