action bungie_group_v2_get_invited_individuals { label: "GroupV2.GetInvitedIndividuals" description: "Get the list of users who have been invited into the group." provider: bungie method: GET path: "/GroupV2/{groupId}/Members/InvitedIndividuals/" 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 } }