MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / UserPermissionGroupSerializerDetail

Class UserPermissionGroupSerializerDetail

api/users/serializers.py:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150class UserPermissionGroupSerializerDetail(UserPermissionGroupSerializer):
151 # TODO: remove users from here and just add a summary of number of users
152 users = UserPermissionGroupMembershipSerializer(many=True, read_only=True)
153
154
155class OnboardingToolsSerializer(serializers.Serializer[None]):

Callers 3

add_usersMethod · 0.90
remove_usersMethod · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…