Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ remove_users_by_id
Method
remove_users_by_id
api/users/models.py:472–473 ·
view source on GitHub ↗
(self, user_ids: list)
Source
from the content-addressed store, hash-verified
470
self.users.add(*users_to_add)
471
472
def
remove_users_by_id(self, user_ids: list):
# type: ignore[no-untyped-def,type-arg]
473
self.users.remove(*user_ids)
474
475
476
class
HubspotLead(models.Model):
Callers
1
remove_users
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected