From a9fad337e2487bc82fe39733fb3ef874d0aa28ba Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 14 Nov 2022 20:31:48 +0000 Subject: [PATCH] debug ou create body --- src/gam/gapi/directory/orgunits.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gam/gapi/directory/orgunits.py b/src/gam/gapi/directory/orgunits.py index ef0b404d..dc500051 100644 --- a/src/gam/gapi/directory/orgunits.py +++ b/src/gam/gapi/directory/orgunits.py @@ -73,6 +73,8 @@ def create(): body['parentOrgUnitPath'] = '/' body['name'] = orgUnitPath[1:] parent = body['parentOrgUnitPath'] + print('DEBUG DEBUG DEBUG') + print(body) gapi.call(cd.orgunits(), 'insert', customerId=GC_Values[GC_CUSTOMER_ID],