Organization Setting
In an organization, different roles can perform different operations. Organizational roles are divided into the following three categories:
- Maintainer: can read, clone, and push to the code base in the organization, can create a new organization code base, can add organization member permissions, can set the organization's basic information, and can delete the organization.
- Developer: can read, clone, push to the code base in the organization, and can exit the organization
- Viewer: can read and clone the code base in the organization, and can exit the organization
Note: for the permissions of different roles on the repository, see 02 - Repo Permission
Members and Permissions
Permission | viewer | developer | maintainer | remark |
---|---|---|---|---|
View organization | ✓ | ✓ | ✓ | Private organizations cannot be viewed by non-members of the organization |
Organization basic settings | ✓ | Including basic information, logo and other settings | ||
visibility settings | ✓ | Change organization visibility, private/public | ||
Delete | ✓ | |||
Set pinned repo | ✓ | |||
Remove pinned repo | ✓ | |||
Sort pinned repo | ✓ | |||
Create a new organization repo | ✓ | |||
View members | ✓ | ✓ | ✓ | |
Quit | ✓ | ✓ | ✓ | |
Invite members | ✓ | |||
Remove members | ✓ | |||
Set member permissions | ✓ |
Delete Organization
Maintainer
can delete the organization. Deleting the organization will also delete all code libraries in the organization, including archived code libraries and their related resources.
- Enter the organization page
- Click [Organization Settings] to enter the organization settings page
- Click [Advanced Settings] to expand the [Delete Organization] section
- Click the [Delete Organization] button
- Follow the prompts to enter the confirmation information and submit [Delete Organization]
Note: Deleted organizations cannot be recovered. The system will confirm twice before deleting. Please operate with caution!
Quit Organization
Users can also exit the organization. The steps to exit the organization are:
- Enter the organization page
- Click [Organization Member] to enter the organization member list page
- Find your user information and click the [Exit Organization] button on the right
Note: The following situations will prevent you from leaving the team
- When you are the only member of the team, you will not be able to leave the team
- When you are the only
Maintainer
left in the team, you will not be able to exit the team