We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ceaa42 commit b4af788Copy full SHA for b4af788
services/web/server/src/simcore_service_webserver/groups/api.py
@@ -7,7 +7,6 @@
7
auto_add_user_to_product_group,
8
get_group_from_gid,
9
get_product_group_for_user,
10
- get_support_group_for_user_or_none,
11
get_user_profile_groups,
12
is_user_by_email_in_group,
13
list_all_user_groups_ids,
@@ -21,9 +20,8 @@
21
20
"auto_add_user_to_groups",
22
"auto_add_user_to_product_group",
23
"get_group_from_gid",
24
- "get_user_profile_groups",
25
"get_product_group_for_user",
26
- "get_support_group_for_user_or_none",
+ "get_user_profile_groups",
27
"is_user_by_email_in_group",
28
"list_all_user_groups_ids",
29
"list_group_members",
0 commit comments