action evetech_get_corporations_corporation_id_roles { label: "Get corporation member roles" description: "Return the roles of all members if the character has the personnel manager role or any grantable role.\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/roles/`\n\nAlternate route: `/legacy/corporations/{corporation_id}/roles/`\n\nAlternate route: `/v1/corporations/{corporation_id}/roles/`\n\n---\nThis route is cached for up to 3600 seconds" provider: evetech method: GET path: "/corporations/{corporation_id}/roles/" encoding: json output: { type: "object" additionalProperties: true } }