mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
scim: Add support for Groups.
This commit is contained in:
committed by
Tim Abbott
parent
a0b8e916c5
commit
254b0ff477
@@ -869,10 +869,6 @@ urls += [
|
||||
r"^scim/v2/Groups/.search$",
|
||||
scim_views.SCIMView.as_view(implemented=False),
|
||||
),
|
||||
re_path(
|
||||
r"^scim/v2/Groups(?:/(?P<uuid>[^/]+))?$",
|
||||
scim_views.SCIMView.as_view(implemented=False),
|
||||
),
|
||||
re_path(r"^scim/v2/Me$", scim_views.SCIMView.as_view(implemented=False)),
|
||||
re_path(
|
||||
r"^scim/v2/ServiceProviderConfig$",
|
||||
|
Reference in New Issue
Block a user