action bungie_group_v2_get_banned_members_of_group { label: "GroupV2.GetBannedMembersOfGroup" description: "Get the list of banned members in a given group. Only accessible to group Admins and above. Not applicable to all groups. Check group features." provider: bungie method: GET path: "/GroupV2/{groupId}/Banned/" encoding: json input: { type: "object" properties: { currentpage: { type: "integer" format: "int32" } groupId: { type: "integer" format: "int64" } } required: ["currentpage", "groupId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }