Skip to content

Commit a19d708

Browse files
author
Nivedithaa Mahendran
committed
include personid
1 parent 2232491 commit a19d708

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mas/devops/users.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,6 +1520,7 @@ def create_initial_user_for_saas(self, user, user_type, groupreassign=None):
15201520
if user_type == "PRIMARY":
15211521
maxuser_def = {
15221522
"userid": user_id,
1523+
"personid": user_id,
15231524
"owner": "local",
15241525
"systemadmin": False,
15251526
"apikeyadmin": True,
@@ -1539,6 +1540,7 @@ def create_initial_user_for_saas(self, user, user_type, groupreassign=None):
15391540
elif user_type == "SECONDARY":
15401541
maxuser_def = {
15411542
"userid": user_id,
1543+
"personid": user_id,
15421544
"owner": "local",
15431545
"systemadmin": False,
15441546
"apikeyadmin": False,

0 commit comments

Comments
 (0)