diff --git a/thecaoffice-hr.py b/thecaoffice-hr.py index c66c381..88b848f 100644 --- a/thecaoffice-hr.py +++ b/thecaoffice-hr.py @@ -59,7 +59,7 @@ "idDepartment": 1, # ... Required (??) 'role': 'Software Engineer', # ... Required (Category Name) 'phoneNo': '9876543210', # ... Required (?? or "9876543210") - 'username': 'john.smith', # ... Required (User Name -> to lower and space becomes dot) + 'username': 'john.smith', # ... UNIQUE/NON-CHANGEABLE - Required (User Name -> to lower and space becomes dot) 'password': 'password123', # ... Required ("9876543210") 'address': '123 Main St, Mumbai, Maharashtra', "website": 'http://company.com',