From e2167e3f5d5dc455dbc24eaff9b92a279cf5ab8c Mon Sep 17 00:00:00 2001 From: yatmesh Date: Thu, 2 Apr 2026 13:10:22 +0000 Subject: [PATCH] Added the mandatory fields for the team update api --- thecaoffice-hr.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/thecaoffice-hr.py b/thecaoffice-hr.py index ffe058f..294d5b2 100644 --- a/thecaoffice-hr.py +++ b/thecaoffice-hr.py @@ -366,6 +366,16 @@ Paylod = { // Team update api url : https://api.thecaoffice.com/team/update + +//mandatory fields. +//1.name +//2.phoneNo +//3.role +//4.idDepartment +//5.email +//6.idUser + + //Input json final teamUpdateParam = { 'idUser': 12345, //Pass the id of the user whose details are being updated