MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / get_users

Method get_users

keepercommander/sox/sox_data.py:60–61  ·  view source on GitHub ↗
(self, user_ids=None)

Source from the content-addressed store, hash-verified

58 return self._users.get(uid)
59
60 def get_users(self, user_ids=None):
61 return self._users if user_ids is None else {uid: self.get_user(uid) for uid in user_ids}
62
63 def get_team(self, team_uid):
64 return self._teams.get(team_uid)

Callers 11

executeMethod · 0.45
executeMethod · 0.45
get_emailFunction · 0.45
show_help_textMethod · 0.45
generate_report_dataMethod · 0.45
compile_report_dataMethod · 0.45
generate_report_dataMethod · 0.45
generate_report_dataMethod · 0.45
to_user_entityFunction · 0.45
do_tasksFunction · 0.45
get_compliance_dataFunction · 0.45

Calls 1

get_userMethod · 0.95

Tested by

no test coverage detected