Employee Service
Get All Employees for Cloud
GET /v2/clouds/:cloudId/employees
Get Employee
GET /v2/clouds/:cloudId/employees/:employeeId
Create Employee
POST /v2/clouds/:cloudId/employees
Update Employee Field
Replace or create PUT /clouds/:cloudId/employees PUT /clouds/:cloudId/employees/:employeeId
Partial update PATCH /v2/clouds/:cloudId/employees/:employeeId
Delete Employee
DELETE /v2/clouds/:cloudId/employees/:employeeId
Last updated
Was this helpful?