
* Prepare Docs V1 structure * Point to the v1.0.0 images dir * Use the same ssh key * Use new key * Add connectors icons * Update images
2.5 KiB
title | slug |
---|---|
How To Organise Teams And users | /how-to-guides/teams-and-users/how-to-organise-teams-and-users |
How To Organise Teams And users
Team structure in OpenMetadata
In OpenMetadata we have hierarchal team structure with teamType
that can be Organization
, Business Unit
, Division
, Department
, and Group
(default team type).
-
Organization
is the root team in the hierarchy. It can't have a parent. It can have children of typeBusiness Unit
,Division
,Department
,Group
along withUsers
directly as children (who are without teams). -
BusinessUnit
is the next level of the team in the hierarchy. It can haveBusiness Unit
,Division
,Department
, andGroup
as children. It can only have ** one parent ** either of typeOrganization
, orBusiness Unit
. -
Division
is the next level of the team in the hierarchy belowBusiness Unit
. It can haveDivision
,Department
, andGroup
as children. It can only have ** one parent ** of typeOrganization
,Business Unit
, orDivision
. -
Department
is the next level of the team in the hierarchy belowDivision
. It can haveDepartment
andGroup
as children. It can haveOrganization
,Business Unit
,Division
, orDepartment
as parents. ** It can have multiple parents **. -
Group
is the last level of the team in the hierarchy. It can have onlyUsers
as children and not any other teams. It can have all the team types as parents. ** It can have multiple parents **.

How to change the team type
Let's say you have team Cloud_Infra
of type Department
and you want to change it to the type BusinessUnit
, you can easily do that through UI.
- Click on the
Cloud_Infra
team name and it will take you to theCloud_Infra
details page.
- On details page you will see the
Type - Department
with edit button.
- Now Click on the edit button and you will get a set of options and from them select
BusinessUnit
and click on ✅ to save it.
- Now you can see
Cloud_Infra
team type changed toBusinessUnit
fromDepartment
.