Customer Service
Get All Customers for Cloud
GET /v2/clouds/:cloudId/customers
Get Customer
GET /v2/clouds/:cloudId/customers/:customerId
Create Customer
POST /v2/clouds/:cloudId/customers
Update Customer Field
Replace or create PUT /clouds/:cloudId/customers PUT /clouds/:cloudId/customers/:customerId
Partial update PATCH /v2/clouds/:cloudId/customers/:customerId
Delete Customer
DELETE /v2/clouds/:cloudId/customers/:customerId
Last updated
Was this helpful?