Manage teams
The Teams page is where you can manage teams. If you are logged in to Reunite and have an Owner organization role, you can view and manage teams from the Teams page in the following ways:
- Create a new team.
- Add members to a team.
- Remove members from a team.
- Rename a team.
- Delete a team from your organization.
Only users with an Owner organization role can access the Teams page.
The Team page does not include options for determining who has access to projects. Project access is determined by the permissions of the teams users are members of. Team permissions are configured in the redocly.yaml
file for each individual project. See Configure RBAC for more information.
Create a new team
You can create a new team to organize users or in preparation for setting up RBAC. You have the option to add members to your new team. Members are users that have already been added to Reunite.
To create a new team:
- Select Teams in the navigation menu on the left side of the page.
- Click New team.
- Enter a name for the team.
- (Optional) Select members from the organization to add to the team.
- Click Create.
Add members to a team
You can add members to a team to give them specific permissions assigned in the redocly.yaml
file for a project.
To add members to a team:
- Select Teams in the navigation menu on the left side of the page.
- Click + Add members.
- Select members from the organization to add to the team.
- Click Add members.
Remove members from a team
If a user no long needs permissions granted to a team, you can remove them from the team.
To remove members from a team:
- Select Teams in the navigation menu on the left side of the page.
- Click the team.
- Select Remove for the user.
- Click Remove.
Rename a team
Rename a team from the Teams page using the following steps:
- Select Teams in the navigation menu on the left side of the page.
- Click the more options menu icon and select Rename.
- Enter a new name.
- Click Save.
Delete a team
Delete a team from the Teams page using the following steps:
- Select Teams in the navigation menu on the left side of the page.
- Click the more options menu icon and select Delete.
- Click Delete.
Related how-tos
Resources
- Learn more about Teams and users
- Reference the RBAC configuration options