Work on user endpoints

This commit is contained in:
Scott Idem
2021-11-18 15:25:06 -05:00
parent 30693cd629
commit dee958aa2b
4 changed files with 89 additions and 30 deletions

View File

@@ -532,8 +532,7 @@ def load_account_obj(
# Updated 2021-06-17
if inc_user_list:
if user_rec_list_result := get_user_rec_list(
for_obj_type = 'account',
for_obj_id = account_id,
account_id = account_id,
limit = limit,
enabled = enabled,
):