customer.read / customer.write capabilities.
Create a customer
List and retrieve
Update
Every field is optional — only the fields you send change.
Assign and release projects
POST takes a single required project_id and attributes that project to the customer. DELETE releases the project back to the builder’s directly-held set — it does not delete the project.
Projects themselves are managed through the public authoring API.