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],