Adding an account to GitHub Enterprise depends on whether you're adding a new user or an existing user to an organization. Here's a breakdown of both scenarios:
Adding a New User to GitHub Enterprise
- Log in to your GitHub Enterprise instance as an administrator.
- Navigate to the "Settings" page.
- Select "Users" from the left-hand menu.
- Click the "Invite users" button.
- Enter the email address of the new user.
- Select the appropriate role for the user (e.g., Owner, Member, etc.).
- Click "Invite".
Note: The new user will receive an email with instructions on how to activate their account and join the organization.
Adding an Existing User to an Organization
- Log in to your GitHub Enterprise instance as an organization owner.
- Navigate to the "Settings" page of your organization.
- Select "Members" from the left-hand menu.
- Click the "Invite members" button.
- Enter the username of the existing user.
- Select the appropriate role for the user (e.g., Owner, Member, etc.).
- Click "Invite".
Note: The existing user will receive a notification about the invitation and can choose to accept or decline it.
Practical Insights
- User roles: Each role has specific permissions and access levels within the organization.
- Invitations: Users need to accept invitations to join the organization.
- Organization settings: You can customize organization settings to control user access and permissions.