When configuring services such as plugin distribution or repositories, it is important to know whether your GitHub account is a personal account or an organization account. Follow the steps below to determine the account type.
Check the GitHub Profile Page
- Go to the GitHub profile by visiting
https://github.com/USERNAME(replaceUSERNAMEwith your GitHub username). - Observe the profile details:
- Personal Account:
- Shows your name or username.
- Usually displays a “Repositories” tab with your personal projects.
- No “Teams” or “People” management options.
- Organization Account:
- Displays an organization logo instead of a personal avatar.
- Shows tabs like People, Teams, or Projects.
- Often has multiple members and collaborators.
- Personal Account:
Check Account Settings
- Log in to GitHub.
- Click on your profile avatar → Settings.
- Observe the left menu:
- Personal Account: Settings related to personal profile, email, SSH keys, and billing.
- Organization Account: Additional settings such as People, Teams, Billing for organizations, and Security & compliance.
Repository Ownership
- Go to one of your repositories.
- Check the owner displayed at the top of the repository page:
- If the owner is your username → Personal account.
- If the owner is an organization name → Organization account.
Summary Table
| Feature/Location | Personal Account | Organization Account |
|---|---|---|
| Profile Avatar | Personal photo or icon | Organization logo |
| Settings | Personal profile | People, Teams, Organization settings |
| Repository Owner | Your username | Organization name |
| Members/Collaborators | Usually one person | Multiple members |
By following the steps above, you can easily identify whether your GitHub account is personal or organization.