Invite multiple people to an organization using their GitHub user ID or their e-mail address.
Arguments
- org
Name of the organization
- invitee_id
GitHub user ID for the person you are inviting. Not required if you provide email.
- role
Specify role for new member. Can be one of:
- team_ids
Specify IDs for the teams you want to invite new members to.
Email address of the person you are inviting, which can be an existing GitHub user. Not required if you provide invitee_id.
Role
Specify `role` for new member. Can be one of:
- `admin` - Organization owners with full administrative rights to the organization and complete access to all repositories and teams. - `direct_member` - Non-owner organization members with ability to see other members and join teams by invitation. - `billing_manager` - Non-owner organization members with ability to manage the billing settings of your organization.