action evetech_get_corporations_corporation_id_members { label: "Get corporation members" description: "Return the current member list of a corporation, the token's character need to be a member of the corporation.\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/members/`\n\nAlternate route: `/v3/corporations/{corporation_id}/members/`\n\n---\nThis route is cached for up to 3600 seconds" provider: evetech method: GET path: "/corporations/{corporation_id}/members/" encoding: json output: { type: "object" additionalProperties: true } }