Rounak Dhillon d4728d13f5
Docs: Meta Description Updation (#22611)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-28 18:24:51 +05:30

5.2 KiB

title description slug
Team | OpenMetadata Team API and Management Define team entities including members, roles, and hierarchy for collaborative metadata management. /main-concepts/metadata-standard/schemas/entity/teams/team

Team

This schema defines the Team entity. A Team is a group of zero or more users and/or other teams. Teams can own zero or more data assets. Hierarchical teams are supported Organization -> BusinessUnit -> Division -> Department.

Properties

Definitions

  • teamType (string): Organization is the highest level entity. An Organization has one of more Business Units, Division, Departments, Group, or Users. A Business Unit has one or more Divisions, Departments, Group, or Users. A Division has one or more Divisions, Departments, Group, or Users. A Department has one or more Departments, Group, or Users. A Group has only Users. Must be one of: ["Group", "Department", "Division", "BusinessUnit", "Organization"]. Default: "Group".

Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.