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

Class InviteListSerializer

api/organisations/invites/serializers.py:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class InviteListSerializer(serializers.ModelSerializer): # type: ignore[type-arg]
15 invited_by = UserListSerializer()
16
17 class Meta:
18 model = Invite
19 fields = ("id", "email", "date_created", "invited_by", "permission_groups")

Callers

nothing calls this directly

Calls 1

UserListSerializerClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…